Skip to content

Commit ff8218c

Browse files
author
Finbarr Brady
committed
Bump version: 0.5.1 → 0.5.2
1 parent e0bec29 commit ff8218c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
test_suite='tests',
4444
tests_require=test_requirements,
4545
url='https://github.com/fbradyirl/webex_bot',
46-
version='0.5.1',
46+
version='0.5.2',
4747
zip_safe=False,
4848
)

webex_bot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Top-level package for Webex Bot."""
22

33
__author__ = """Finbarr Brady"""
4-
__version__ = '0.5.1'
4+
__version__ = '0.5.2'

0 commit comments

Comments
 (0)