Skip to content

Commit fb55a38

Browse files
committed
Bump version: 0.1.2 → 0.2.0
1 parent f8bcf32 commit fb55a38

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

@@ -23,3 +23,4 @@ addopts = --ignore=setup.py
2323
[options]
2424
install_requires =
2525
tqdm
26+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def read(*names, **kwargs):
6767
test_suite='tests',
6868
tests_require=test_requirements,
6969
url='https://github.com/Tam-Lin/zoslogs',
70-
version='0.1.2',
70+
version='0.2.0',
7171
zip_safe=False,
7272
)

src/zoslogs/__init__.py

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

33
__author__ = """Kevin McKenzie"""
44
__email__ = '[email protected]'
5-
__version__ = '0.1.2'
5+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)