Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Nilay Pochhi <[email protected]>
Björn Dahlgren <[email protected]>
Richard Otis <[email protected]> richardotis
Firat Bezir <[email protected]>
Adrian Ostrowski <[email protected]> <[email protected]>
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ Christian Clauss <[email protected]>
Moraxyc <[email protected]>
Aaron Miller <[email protected]>
Firat Bezir <[email protected]>
Adrian Ostrowski <[email protected]>
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.14.0",
version="0.14.1",
description="Python library providing wrappers to SymEngine",
setup_requires=['cython>=0.29.24', 'setuptools'],
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.14.0"
__version__ = "0.14.1"


# To not expose internals
Expand Down