diff --git a/setup.cfg b/setup.cfg index 3fb9796..ab687f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3.dev2 +current_version = 0.0.3 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 775d1c5..f28200e 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,6 @@ test_suite='tests', tests_require=tests_require, url='https://github.com/sintel-dev/zephyr', - version='0.0.3.dev2', + version='0.0.3', zip_safe=False, ) diff --git a/zephyr_ml/__init__.py b/zephyr_ml/__init__.py index df533bc..5b21646 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.3.dev2' +__version__ = '0.0.3' import os