Skip to content

Commit b30dd3a

Browse files
Version bump
1 parent 15d3bf2 commit b30dd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33

44
setup(name='localizable',
5-
version='0.1.2',
5+
version='0.1.3',
66
description='Localizable.strings parser for Apple-specific localization files',
77
author='Chris Ballinger',
88
author_email='chris@chatsecure.org',
@@ -13,4 +13,4 @@
1313
install_requires=[
1414
'chardet',
1515
],
16-
)
16+
)

0 commit comments

Comments
 (0)