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.
2 parents 3b2a94b + a4755d5 commit 894fe9eCopy full SHA for 894fe9e
pypyrslack/version.py
@@ -2,7 +2,7 @@
2
3
import platform
4
5
-__version__ = '0.2.0'
+__version__ = '0.2.1'
6
7
8
def get_version():
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.2.0
+current_version = 0.2.1
[bdist_wheel]
universal = 0
setup.py
@@ -63,7 +63,7 @@
63
],
64
65
# What does your project relate to?
66
- keywords='devops pipeline runner slack plug-in integration',
+ keywords='pypyr slack plugin devops pipeline runner',
67
68
# You can just specify the packages manually here if your project is
69
# simple. Or you can use find_packages().
0 commit comments