We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bec29 commit ff8218cCopy full SHA for ff8218c
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.1
+current_version = 0.5.2
3
commit = True
4
tag = True
5
setup.py
@@ -43,6 +43,6 @@
43
test_suite='tests',
44
tests_require=test_requirements,
45
url='https://github.com/fbradyirl/webex_bot',
46
- version='0.5.1',
+ version='0.5.2',
47
zip_safe=False,
48
)
webex_bot/__init__.py
@@ -1,4 +1,4 @@
"""Top-level package for Webex Bot."""
__author__ = """Finbarr Brady"""
-__version__ = '0.5.1'
+__version__ = '0.5.2'
0 commit comments