Skip to content

Commit f7d4be8

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent 7de8ddd commit f7d4be8

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.1
2+
current_version = 0.7.2
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.1',
22+
version='0.7.2',
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)