Skip to content

Commit

Permalink
Update setup.py version number for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerela committed Jan 21, 2024
1 parent 7caec19 commit ec07272
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 @@ -15,7 +15,7 @@
# This call to setup() does all the work
setup(
name="mola",
version="1.0.0",
version="2.0.0",
description="Matrix operations and linear algebra (mola) library without external dependencies",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ec07272

Please sign in to comment.