Skip to content

Commit

Permalink
update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Jul 21, 2021
1 parent 9477bce commit 58cb202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cerf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .utils import *


__version__ = "2.0.0.beta"
__version__ = "2.0.0-beta.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def get_requirements():
version=version,
packages=find_packages(),
url='https://github.com/IMMM-SFA/cerf',
download_url=f'https://github.com/IMMM-SFA/cerf/archive/refs/tags/v{version}.tar.gz',
license='BSD2-Simplified',
author='Chris R. Vernon; Nino Zuljevic',
author_email='[email protected]; [email protected]',
Expand Down

0 comments on commit 58cb202

Please sign in to comment.