Skip to content

Commit c661994

Browse files
committed
Bump version: 0.7.2 → 0.8.0
1 parent 629fcc2 commit c661994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7.2
2+
current_version = 0.8.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(*names, **kwargs):
1919

2020
setup(
2121
name='conference-scheduler-cli',
22-
version='0.7.2',
22+
version='0.8.0',
2323
license='MIT license',
2424
description='A command line tool to manage the schedule for a conference',
2525
long_description='%s\n%s' % (

0 commit comments

Comments
 (0)