Skip to content

Commit

Permalink
fix bug in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jun 22, 2021
1 parent d095ef7 commit a72595d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read(fname):
#version = '0.2.0'
#version = '0.3.0' # Fixes to SPS params, z-dependent templates
#version = '0.4.0' # change loglike calculations, improve residuals function

#version = '0.5.0' # restructured parallelism, redshift-dependent templates
version_str =f"""# git describe --tags
__version__ = "{version}"
__long_version__ = "{long_version}"
Expand All @@ -77,7 +77,9 @@ def read(fname):
fp.write(version_str)
fp.close()
print('Git version: {0}'.format(version))

else:
version = "0.5.2"

setup(
name = "eazy",
version = version,
Expand Down

0 comments on commit a72595d

Please sign in to comment.