Skip to content

Commit cfccef3

Browse files
committed
Bump version: 0.3.11.dev0 → 0.3.11
1 parent e978127 commit cfccef3

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__ = '[email protected]'
7-
__version__ = '0.3.11.dev0'
7+
__version__ = '0.3.11'
88
__all__ = ('run_benchmark', )

benchmark/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ def github_dependency(user, name, commit):
132132
test_suite='tests',
133133
tests_require=tests_require,
134134
url='https://github.com/HDI-Project/BTB',
135-
version='0.3.11.dev0',
135+
version='0.3.11',
136136
zip_safe=False,
137137
)

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__ = '[email protected]'
9-
__version__ = '0.3.11.dev0'
9+
__version__ = '0.3.11'
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.11.dev0
2+
current_version = 0.3.11
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
@@ -106,6 +106,6 @@
106106
test_suite='tests',
107107
tests_require=tests_require,
108108
url='https://github.com/HDI-Project/BTB',
109-
version='0.3.11.dev0',
109+
version='0.3.11',
110110
zip_safe=False,
111111
)

0 commit comments

Comments
 (0)