summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-03-17 16:22:12 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-03-17 16:22:12 +0100
commitcf568810b1c36ebfbfb3423ac9ff189653f13f92 (patch)
treee8816e5fe5818b7db44c947400446dec7f7a2a1c /wrappers/python/setup.py
parent7b44acc353af8fbe2eb55a5aa81217b36c422233 (diff)
Version: Update to 5.0.05.0.0
Diffstat (limited to 'wrappers/python/setup.py')
-rw-r--r--wrappers/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
index f33e0ec..c524904 100644
--- a/wrappers/python/setup.py
+++ b/wrappers/python/setup.py
@@ -4,7 +4,7 @@ import subprocess
from setuptools import setup
from setuptools.command.build_py import build_py
-COMMON_VERSION = "4.0.0"
+COMMON_VERSION = "5.0.0"
SETUP_PATH = os.path.abspath(__file__)
COMMON_EXPORTS_PATH = os.path.abspath(os.path.join(SETUP_PATH, "../../../exports"))