8000 fix version number use (fix r86) · cedk/python-stdnum@77ac8d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77ac8d4

Browse files
committed
fix version number use (fix r86)
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@90 9dea7c4f-944c-4273-ac1a-574ede026edc
1 parent 6cdfb6b commit 77ac8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
os.umask(int('022', 8))
3333

3434
setup(name='python-stdnum',
35-
version=stdnum.__version,
35+
version=stdnum.__version__,
3636
packages=find_packages(),
3737
package_data={'stdnum': ['*.dat']},
3838
author='Arthur de Jong',

0 commit comments

Comments
 (0)
0