Skip to content

Commit 4eef136

Browse files
committed
Bump version: 0.8.2 → 0.8.3
1 parent 245df59 commit 4eef136

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