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>
2222Björn Dahlgren <bjodah@gmail.com>
2323Richard Otis <richard.otis@outlook.com> richardotis
2424Firat 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>
3838Moraxyc <i@qaq.li>
3939Aaron Miller <78561124+aaron-skydio@users.noreply.github.com>
4040Firat 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):
222222'''
223223
224224setup (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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments