We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61286ec commit 6602261Copy full SHA for 6602261
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.0
+current_version = 0.6.1
3
commit = True
4
tag = True
5
setup.py
@@ -14,7 +14,7 @@ def load_requirements(filename):
14
15
setup(
16
name='notifiers',
17
- version='0.6.0',
+ version='0.6.1',
18
packages=find_packages(exclude=['notifiers.tests']),
19
url='https://github.com/liiight/notifiers',
20
license='MIT',
0 commit comments