Skip to content

Commit 6630839

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent 2eed45b commit 6630839

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.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

setup.py

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

1818
setup(
1919
name='typecraft_python',
20-
version='0.4.2',
20+
version='0.4.3',
2121
description="Lightweight implementation of the Typecraft XML format in python.",
2222
long_description=readme + '\n\n' + history,
2323
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.4.2'
5+
__version__ = '0.4.3'
66

77

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

0 commit comments

Comments
 (0)