Skip to content

Commit 33b7747

Browse files
committed
Bump version: 0.5.3 → 0.6.0
1 parent 6c7179c commit 33b7747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.3
2+
current_version = 0.6.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 @@
1919

2020
setup(
2121
name='typecraft_python',
22-
version='0.5.3',
22+
version='0.6.0',
2323
description="Lightweight implementation of the Typecraft XML format in python.",
2424
long_description=readme + '\n\n' + history,
2525
author="Tormod Haugland",

typecraft_python/__init__.py

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

33
__author__ = 'Tormod Haugland'
44
__email__ = 'tormod.haugland@gmail.com'
5-
__version__ = '0.5.3'
5+
__version__ = '0.6.0'
66

77

88
__all__ = ['globals', 'models', 'parsing', 'exceptions']

0 commit comments

Comments
 (0)