Skip to content

Commit 6602261

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 61286ec commit 6602261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def load_requirements(filename):
1414

1515
setup(
1616
name='notifiers',
17-
version='0.6.0',
17+
version='0.6.1',
1818
packages=find_packages(exclude=['notifiers.tests']),
1919
url='https://github.com/liiight/notifiers',
2020
license='MIT',

0 commit comments

Comments
 (0)