From 663313f109e385bac74c2454dceb8fe1ed400eae Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 12 May 2022 20:59:23 -0700 Subject: [PATCH] Bump pypi package version to 1.8.10 --- pkg/pypi/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/pypi/setup.py b/pkg/pypi/setup.py index 3e9edb3..9bb4368 100644 --- a/pkg/pypi/setup.py +++ b/pkg/pypi/setup.py @@ -9,13 +9,13 @@ package_data = \ setup_kwargs = { 'name': 'libzt', - 'version': '1.8.4', + 'version': '1.8.10', 'description': 'ZeroTier', 'long_description': '
\n\n\n\n

libzt (ZeroTier)

\nPeer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration.\n\nlatest libzt version\nLast Commit\nBuild Status (master branch)\n
\n\n
\n\nExamples, tutorials and API docs for Python and other languages: [github.com/zerotier/libzt](https://www.github.com/zerotier/libzt)\n\n*NOTE: The implementation of this language binding attempts to be as Pythonic as possible. If something is not as it should be, please make a pull request or issue. Thanks.*\n', 'author': 'ZeroTier, Inc.', - 'author_email': None, - 'maintainer': None, - 'maintainer_email': None, + 'author_email': 'contact@zerotier.com', + 'maintainer': 'Joseph Henry', + 'maintainer_email': 'contact@zerotier.com', 'url': 'https://www.zerotier.com/', 'packages': packages, 'package_data': package_data,