From ae2bf5052f0cdca9d6158b6c45f03375b7b1ae28 Mon Sep 17 00:00:00 2001 From: James Ball <42615415+jadball@users.noreply.github.com> Date: Thu, 23 May 2024 10:21:10 +0200 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1d810b..041456e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name='pyDVC', - version='1.0', + version='0.0.3', packages=setuptools.find_packages(), url='https://github.com/jadball/pyDVC', license='BSD 3-Clause',