Skip to content

Commit

Permalink
Fix packaging error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Oct 23, 2013
1 parent 99ef224 commit 76e2718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README.md LICENSE
include README.md LICENSE requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def add_dependency_link(line):
requirements, dependency_links = get_requirements('requirements.txt')

setup(name='localizable',
version='0.1',
version='0.1.1',
description='Localizable.strings parser for Apple-specific localization files',
author='Chris Ballinger',
author_email='[email protected]',
Expand Down

0 comments on commit 76e2718

Please sign in to comment.