From c638660477e27d0feddcac33423436a65722327b Mon Sep 17 00:00:00 2001 From: sarahmish Date: Thu, 2 Mar 2023 14:13:41 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1.dev1=20=E2=86=92=200.0.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- zephyr_ml/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index dcb0172..17009ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1.dev1 +current_version = 0.0.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index f58c2ec..d5a7d71 100644 --- a/setup.py +++ b/setup.py @@ -109,6 +109,6 @@ test_suite='tests', tests_require=tests_require, url='https://github.com/sintel-dev/zephyr', - version='0.0.1.dev1', + version='0.0.1', zip_safe=False, ) diff --git a/zephyr_ml/__init__.py b/zephyr_ml/__init__.py index 1ab04fd..9d10187 100644 --- a/zephyr_ml/__init__.py +++ b/zephyr_ml/__init__.py @@ -4,7 +4,7 @@ __author__ = 'MIT Data To AI Lab' __email__ = 'dai-lab@mit.edu' -__version__ = '0.0.1.dev1' +__version__ = '0.0.1' import os