Skip to content

Commit 006f076

Browse files
committed
Bump version: 0.4.1 → 0.5.0
1 parent 6210adb commit 006f076

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