Skip to content

Commit

Permalink
Merge pull request #10 from GazzolaLab/v0.1.0.post2
Browse files Browse the repository at this point in the history
V0.1.0.post2
  • Loading branch information
nmnaughton committed Mar 1, 2021
2 parents dc3a333 + e89bb3b commit 1827298
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
The module requires POVray installed.
"""

import sys

sys.path.append("../../../")

import multiprocessing
import os
from functools import partial
Expand Down
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.post1"
VERSION = "0.1.0.post2"

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

0 comments on commit 1827298

Please sign in to comment.