Skip to content

Commit bc4e306

Browse files
committed
Bump version: 0.9.1 → 0.10.0
1 parent e8ea65e commit bc4e306

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