From 6dd4f17fc46bb4a3fab29b7c6cfba3d4c1ec2eeb Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Tue, 22 Oct 2024 12:08:17 +0200 Subject: [PATCH] Bump version --- runregistry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runregistry/__init__.py b/runregistry/__init__.py index d1b02c0..d2e704b 100644 --- a/runregistry/__init__.py +++ b/runregistry/__init__.py @@ -2,4 +2,4 @@ # To update: # pip install wheel && pip install twine && python setup.py bdist_wheel && twine upload --skip-existing dist/* -__version__ = "1.3.1" +__version__ = "2.0.0"