Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger authored May 24, 2024
1 parent 15d3bf2 commit b30dd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup

setup(name='localizable',
version='0.1.2',
version='0.1.3',
description='Localizable.strings parser for Apple-specific localization files',
author='Chris Ballinger',
author_email='[email protected]',
Expand All @@ -13,4 +13,4 @@
install_requires=[
'chardet',
],
)
)

0 comments on commit b30dd3a

Please sign in to comment.