Skip to content

Commit

Permalink
oops, fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazedpsyc committed Jan 5, 2013
1 parent b7368cd commit 17279d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = os.getenv('V', __version__)

setup(name='locale-simple',
version=str(__version__),
version=str(version),
py_modules=['locale_simple'],
package_dir={'':'python'},
description='Python port of Perl\'s Locale::Simple - Functions for translation of text based on gettext data',
Expand Down

0 comments on commit 17279d3

Please sign in to comment.