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 3331137 commit 1a6b194Copy full SHA for 1a6b194
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.8.1
3
commit = True
4
tag = True
5
setup.py
@@ -19,7 +19,7 @@ def read(*names, **kwargs):
19
20
setup(
21
name='conference-scheduler-cli',
22
- version='0.8.0',
+ version='0.8.1',
23
license='MIT license',
24
description='A command line tool to manage the schedule for a conference',
25
long_description='%s\n%s' % (
0 commit comments