Skip to content

Commit 894fe9e

Browse files
author
thomas
authored
Merge pull request #8 from pypyr/dev
amend keywords in pypi
2 parents 3b2a94b + a4755d5 commit 894fe9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pypyrslack/version.py

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

33
import platform
44

5-
__version__ = '0.2.0'
5+
__version__ = '0.2.1'
66

77

88
def get_version():

setup.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.2.0
2+
current_version = 0.2.1
33

44
[bdist_wheel]
55
universal = 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464

6565
# What does your project relate to?
66-
keywords='devops pipeline runner slack plug-in integration',
66+
keywords='pypyr slack plugin devops pipeline runner',
6767

6868
# You can just specify the packages manually here if your project is
6969
# simple. Or you can use find_packages().

0 commit comments

Comments
 (0)