Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Jul 3, 2020
1 parent f3fb876 commit 6092c5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,14 @@ def build_extensions(self):

setup(
name="accupy",
version="0.3.1",
version="0.3.2",
packages=find_packages(),
ext_modules=ext_modules,
url="https://github.com/nschloe/accupy",
author="Nico Schlömer",
author_email="[email protected]",
# importlib_metadata can be removed when we support Python 3.8+ only
install_requires=[
"importlib_metadata",
"importlib_metadata;python_version<'3.8'",
"mpmath",
"numpy",
"pybind11 >= 2.5.0",
Expand Down

0 comments on commit 6092c5a

Please sign in to comment.