Skip to content

Commit fe4659b

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent 2d5ea49 commit fe4659b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.6.0'
6+
__version__ = '0.7.0'
77

88
__all__ = ('ChoicesEnum', )
99

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

@@ -21,4 +21,3 @@ test = pytest
2121
max-line-length = 99
2222
max-complexity = 5
2323
exclude = dist, tests, docs/*, .git/*
24-

setup.py

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

2121
setup(
2222
name='choicesenum',
23-
version='0.6.0',
23+
version='0.7.0',
2424
description="Python's Enum with extra powers to play nice with labels and choices fields",
2525
long_description=readme + '\n\n' + history,
2626
author="Fernando Macedo",

0 commit comments

Comments
 (0)