Skip to content

Commit

Permalink
update setup file for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp committed Nov 29, 2021
1 parent 19ecc37 commit 0ea100e
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 @@ -14,7 +14,7 @@
EMAIL = "armant2@illinois.edu"
AUTHOR = "GazzolaLab"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.1.0.post4"
VERSION = "0.1.0.post5"

# What packages are required for this module to be executed?
REQUIRED = ["numpy", "matplotlib", "scipy", "tqdm", "numba"]
Expand Down Expand Up @@ -108,7 +108,7 @@ def run(self):
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
],
download_url="https://github.com/GazzolaLab/PyElastica/archive/0.1.0.post4.tar.gz",
download_url="https://github.com/GazzolaLab/PyElastica/archive/refs/tags/0.1.0.post5.tar.gz",
install_requires=REQUIRED,
extras_require=EXTRAS,
)

0 comments on commit 0ea100e

Please sign in to comment.