Skip to content

Commit a4d8788

Browse files
Bump version: 0.1.0 → 0.2.0
1 parent 5ce6d8e commit a4d8788

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

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

@@ -22,8 +22,8 @@ universal = 1
2222
exclude = docs
2323

2424
[aliases]
25-
# Define setup.py command aliases here
2625
test = pytest
2726

2827
[tool:pytest]
2928
collect_ignore = ['setup.py']
29+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
test_suite='tests',
4949
tests_require=test_requirements,
5050
url='https://github.com/micahjohnson150/snowplot',
51-
version='0.1.0',
51+
version='0.2.0',
5252
zip_safe=False,
5353
)

snowplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
__author__ = """Micah Johnson"""
2020
__email__ = '[email protected]'
21-
__version__ = '0.1.0'
21+
__version__ = '0.2.0'
2222

2323
__non_data_sections__ = ['output']

snowplot/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from inicheck.checkers import CheckType
88
from inicheck.utilities import is_valid
99

10-
__version__ = '0.1.0'
10+
__version__ = '0.2.0'
1111

1212

1313
def get_logger(name, level='DEBUG', ext_logger=None):

0 commit comments

Comments
 (0)