Skip to content

Commit

Permalink
try caltech for data again
Browse files Browse the repository at this point in the history
  • Loading branch information
smsaladi committed Feb 21, 2020
1 parent 6d02e2e commit 1035b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
with open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

version = '1.5.0'
version = '1.5.0.post1'
# For travis/pypi-test
if os.environ.get('TRAVIS') == 'true' and os.environ.get('TRAVIS_TAG') == '':
version = ".".join(version.split('.')[:3])
N, M = os.environ['TRAVIS_JOB_NUMBER'].split('.')
version = "{v}-a{N}.dev{M}".format(v=version, N=N, M=M)

Expand Down

0 comments on commit 1035b28

Please sign in to comment.