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 <pochhi.nilay@gmail.com>
Björn Dahlgren <bjodah@gmail.com>
Richard Otis <richard.otis@outlook.com> richardotis
Firat Bezir <bezir.1@osu.edu>
Adrian Ostrowski <adrian.ostrowski@intel.com> <81568391+aostrowski-hbn@users.noreply.github.com>
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 <cclauss@me.com>
Moraxyc <i@qaq.li>
Aaron Miller <78561124+aaron-skydio@users.noreply.github.com>
Firat Bezir <bezir.1@osu.edu>
Adrian Ostrowski <adrian.ostrowski@intel.com>
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