Skip to content

Commit

Permalink
Use absolute version number in setup.py to prevent premature import e…
Browse files Browse the repository at this point in the history
…rrors
  • Loading branch information
kz26 committed Dec 4, 2013
1 parent 4938600 commit cbdd1d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/usr/bin/python

from setuptools import setup
from pyexcelerate import __version__

setup(
name="PyExcelerate",
version=__version__,
version='0.4.1',
author="Kevin Wang and Kevin Zhang",
author_email="kevin@kevinzhang.me",
maintainer="Kevin Zhang",
Expand Down

0 comments on commit cbdd1d0

Please sign in to comment.