Skip to content

Commit

Permalink
fix: don't include timestamp in version (it's used with TestPyPi only)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhui committed Jul 29, 2019
1 parent e1f021c commit a3f343b
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 @@ -67,8 +67,8 @@

setup(
name=name,
version='{}.{}'.format(version, timestamp), # TestPyPi
#version=version, # PyPi
#version='{}.{}'.format(version, timestamp), # TestPyPi
version=version, # PyPi

packages=find_packages(exclude=exclude_packages),
install_requires=requirements,
Expand Down

0 comments on commit a3f343b

Please sign in to comment.