Skip to content

Commit 4052cf6

Browse files
authored
Merge pull request #512 from isuruf/0.14.1
Bump to 0.14.1
2 parents 3941bde + 6b35fd0 commit 4052cf6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Nilay Pochhi <[email protected]>
2222
Björn Dahlgren <[email protected]>
2323
Richard Otis <[email protected]> richardotis
2424
Firat Bezir <[email protected]>
25+

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ Christian Clauss <[email protected]>
3838
3939
Aaron Miller <[email protected]>
4040
Firat Bezir <[email protected]>
41+
Adrian Ostrowski <[email protected]>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def finalize_options(self):
222222
'''
223223

224224
setup(name="symengine",
225-
version="0.14.0",
225+
version="0.14.1",
226226
description="Python library providing wrappers to SymEngine",
227227
setup_requires=['cython>=0.29.24', 'setuptools'],
228228
long_description=long_description,

symengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __getattr__(name):
6363
raise AttributeError(f"module 'symengine' has no attribute '{name}'")
6464

6565

66-
__version__ = "0.14.0"
66+
__version__ = "0.14.1"
6767

6868

6969
# To not expose internals

0 commit comments

Comments
 (0)