From c43919113c6d9a16313f9a06c85e125e03309108 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Fri, 29 May 2020 23:40:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.10.dev0=20=E2=86=92=200.3?= =?UTF-8?q?.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmark/btb_benchmark/__init__.py | 2 +- benchmark/setup.py | 2 +- btb/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmark/btb_benchmark/__init__.py b/benchmark/btb_benchmark/__init__.py index 146c6f66..87ce6c33 100644 --- a/benchmark/btb_benchmark/__init__.py +++ b/benchmark/btb_benchmark/__init__.py @@ -4,5 +4,5 @@ __author__ = """MIT Data To AI Lab""" __email__ = 'dailabmit@gmail.com' -__version__ = '0.3.10.dev0' +__version__ = '0.3.10' __all__ = ('run_benchmark', ) diff --git a/benchmark/setup.py b/benchmark/setup.py index 368cff45..81678115 100644 --- a/benchmark/setup.py +++ b/benchmark/setup.py @@ -131,6 +131,6 @@ def github_dependency(user, name, commit): test_suite='tests', tests_require=tests_require, url='https://github.com/HDI-Project/BTB', - version='0.3.10.dev0', + version='0.3.10', zip_safe=False, ) diff --git a/btb/__init__.py b/btb/__init__.py index d30747fb..7fe56d6d 100644 --- a/btb/__init__.py +++ b/btb/__init__.py @@ -6,5 +6,5 @@ __author__ = """MIT Data To AI Lab""" __email__ = 'dailabmit@gmail.com' -__version__ = '0.3.10.dev0' +__version__ = '0.3.10' __all__ = ('BTBSession', ) diff --git a/setup.cfg b/setup.cfg index f36156bc..055a1d7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.10.dev0 +current_version = 0.3.10 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 6d59d33c..b1d7b71f 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,6 @@ test_suite='tests', tests_require=tests_require, url='https://github.com/HDI-Project/BTB', - version='0.3.10.dev0', + version='0.3.10', zip_safe=False, )