Skip to content

Commit d4328c0

Browse files
committed
Bump version: 0.2 → 0.3
1 parent 612aa2b commit d4328c0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
[flake8]
2-
ignore = D401
3-
max-line-length=120
4-
51
[bumpversion]
6-
current_version = 0.2
2+
current_version = 0.3
73
commit = True
84
tag = True
95
parse = (?P<major>\d+)\.(?P<minor>\d+)
106
serialize = {major}.{minor}
117

8+
[flake8]
9+
ignore = D401
10+
max-line-length = 120
11+
1212
[bumpversion:file:tsa/__init__.py]
1313
search = __version__ = '{current_version}'
1414
replace = __version__ = '{new_version}'
15+

tsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main application package."""
22

3-
__version__ = '0.2'
3+
__version__ = '0.3'

0 commit comments

Comments
 (0)