Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe14ed7

Browse files
committedSep 8, 2020
Bump version: 0.3.12.dev1 → 0.3.12
1 parent 1e98402 commit fe14ed7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎benchmark/btb_benchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
__author__ = """MIT Data To AI Lab"""
66
__email__ = 'dailabmit@gmail.com'
7-
__version__ = '0.3.12.dev1'
7+
__version__ = '0.3.12'
88
__all__ = ('run_benchmark', )

‎benchmark/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ def github_dependency(user, name, commit):
133133
test_suite='tests',
134134
tests_require=tests_require,
135135
url='https://github.com/HDI-Project/BTB',
136-
version='0.3.12.dev1',
136+
version='0.3.12',
137137
zip_safe=False,
138138
)

‎btb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
__author__ = """MIT Data To AI Lab"""
88
__email__ = 'dailabmit@gmail.com'
9-
__version__ = '0.3.12.dev1'
9+
__version__ = '0.3.12'
1010
__all__ = ('BTBSession', )

‎setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.12.dev1
2+
current_version = 0.3.12
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
test_suite='tests',
108108
tests_require=tests_require,
109109
url='https://github.com/HDI-Project/BTB',
110-
version='0.3.12.dev1',
110+
version='0.3.12',
111111
zip_safe=False,
112112
)

0 commit comments

Comments
 (0)