Skip to content

Commit 84263eb

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent 1c9f328 commit 84263eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

choicesenum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = """Fernando Macedo"""
55
__email__ = '[email protected]'
6-
__version__ = '0.4.0'
6+
__version__ = '0.5.0'
77

88
__all__ = ('ChoicesEnum', )
99

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.0
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
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='choicesenum',
24-
version='0.4.0',
24+
version='0.5.0',
2525
description="Python's Enum with extra powers to play nice with labels and choices fields",
2626
long_description=readme + '\n\n' + history,
2727
author="Fernando Macedo",

0 commit comments

Comments
 (0)