File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ Nilay Pochhi <pochhi.nilay@gmail.com>
22
22
Björn Dahlgren <bjodah@gmail.com>
23
23
Richard Otis <richard.otis@outlook.com> richardotis
24
24
Firat Bezir <bezir.1@osu.edu>
25
+ Adrian Ostrowski <adrian.ostrowski@intel.com> <81568391+aostrowski-hbn@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -38,3 +38,4 @@ Christian Clauss <cclauss@me.com>
38
38
Moraxyc <i@qaq.li>
39
39
Aaron Miller <78561124+aaron-skydio@users.noreply.github.com>
40
40
Firat Bezir <bezir.1@osu.edu>
41
+ Adrian Ostrowski <adrian.ostrowski@intel.com>
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def finalize_options(self):
222
222
'''
223
223
224
224
setup (name = "symengine" ,
225
- version = "0.14.0 " ,
225
+ version = "0.14.1 " ,
226
226
description = "Python library providing wrappers to SymEngine" ,
227
227
setup_requires = ['cython>=0.29.24' , 'setuptools' ],
228
228
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def __getattr__(name):
63
63
raise AttributeError (f"module 'symengine' has no attribute '{ name } '" )
64
64
65
65
66
- __version__ = "0.14.0 "
66
+ __version__ = "0.14.1 "
67
67
68
68
69
69
# To not expose internals
You can’t perform that action at this time.
0 commit comments