Skip to content

Commit

Permalink
Merge pull request #488 from isuruf/ver
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
isuruf authored Sep 28, 2024
2 parents fa9d699 + f090678 commit 1059568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def finalize_options(self):
'''

setup(name="symengine",
version="0.11.0",
version="0.13.0",
description="Python library providing wrappers to SymEngine",
setup_requires=['cython>=0.29.24'],
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion symengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __getattr__(name):
raise AttributeError(f"module 'symengine' has no attribute '{name}'")


__version__ = "0.11.0"
__version__ = "0.13.0"


# To not expose internals
Expand Down
2 changes: 1 addition & 1 deletion symengine_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0
ed1e3e4fd8260097fa25aa1282e1d3a4ac4527f3

0 comments on commit 1059568

Please sign in to comment.