Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmeyerr committed Oct 26, 2021
1 parent dc98dd4 commit f62fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="suneigen4py",
version="1.0.0",
version="0.0.1",
author="Kristian Meyer",
author_email="[email protected]",
description="A C++ wrapper with a python interface to SUNDIALS.",
Expand Down

0 comments on commit f62fd4e

Please sign in to comment.