Skip to content

Commit 531868a

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent 3734f08 commit 531868a

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.5.2'
6+
__version__ = '0.5.3'
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.5.2
2+
current_version = 0.5.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 @@
1919

2020
setup(
2121
name='choicesenum',
22-
version='0.5.2',
22+
version='0.5.3',
2323
description="Python's Enum with extra powers to play nice with labels and choices fields",
2424
long_description=readme + '\n\n' + history,
2525
author="Fernando Macedo",

0 commit comments

Comments
 (0)