Skip to content

Commit

Permalink
update:setup for new post release v0.1.0.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp committed Sep 14, 2021
1 parent 2fcbd7a commit 102aed3
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.post2"
VERSION = "0.1.0.post3"

# 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.post2.tar.gz",
download_url="https://github.com/GazzolaLab/PyElastica/archive/0.1.0.post3.tar.gz",
install_requires=REQUIRED,
extras_require=EXTRAS,
)

0 comments on commit 102aed3

Please sign in to comment.