Skip to content

Commit 9fe9113

Browse files
committed
Bump version: 0.2.0-dev → 0.2.0
1 parent eb5aec6 commit 9fe9113

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# History
22

3-
## Unreleased
3+
## 0.2.0
44

55
### New Features
66

btb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = 'MIT Data To AI Lab'
99
__email__ = 'dailabmit@gmail.com',
10-
__version__ = '0.2.0-dev'
10+
__version__ = '0.2.0'
1111

1212
import logging
1313

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.2.0-dev
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = release
12-
values =
12+
values =
1313
dev
1414
release
1515

@@ -31,7 +31,7 @@ universal = 1
3131
[flake8]
3232
max-line-length = 99
3333
exclude = .tox, .git, __pycache__, .ipynb_checkpoints
34-
ignore = # Keep empty to prevent default ignores
34+
ignore = # Keep empty to prevent default ignores
3535

3636
[isort]
3737
include_trailing_comment = True
@@ -46,3 +46,4 @@ test = pytest
4646

4747
[tool:pytest]
4848
collect_ignore = ['setup.py']
49+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
test_suite='tests',
5959
tests_require=tests_require,
6060
url='https://github.com/HDI-Project/BTB',
61-
version='0.2.0-dev',
61+
version='0.2.0',
6262
zip_safe=False,
6363
)

0 commit comments

Comments
 (0)