Skip to content

Commit c08f4aa

Browse files
committed
Bump version: 0.1.2 → 0.2.0
1 parent e4d2701 commit c08f4aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.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.1.2
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

kockatykalendar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""kockatykalendar - API, tools and utilities for working with KockatyKalendar.sk"""
22

33
__author__ = 'Adam Zahradník <[email protected]>'
4-
__version__ = '0.1.2'
4+
__version__ = '0.2.0'
55
scheme_version = '0.0.3'
66
__all__ = ['scheme_version']

setup.py

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

99
setup(
1010
name="kockatykalendar",
11-
version="0.1.2",
11+
version="0.2.0",
1212
url="https://github.com/kockatykalendar/python",
1313
license='MIT',
1414

0 commit comments

Comments
 (0)