summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
commit56e65da14612516103e152524d19763ceb28013f (patch)
tree7dcbbc3bebea9c0b5fc8df9e44142cb80dccee67 /wrappers/python/setup.py
parent48a6b4c90f0e4e0beb7c30e6351ab2b4352e4f5d (diff)
Version: Update to 1.0.0
Diffstat (limited to 'wrappers/python/setup.py')
-rwxr-xr-xwrappers/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
index 792ed84..a994fd3 100755
--- a/wrappers/python/setup.py
+++ b/wrappers/python/setup.py
@@ -10,7 +10,7 @@ from setuptools import setup
from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
_libname = "eduvpn_common"
-__version__ = "0.99.0"
+__version__ = "1.0.0"
def getlibpath(plat_name: str) -> typing.Union[str, None]:
"""Get library path for plat_name relative to exports/lib/ folder."""