-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from isuruf/release
Release 0.5.1
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ Moritz E. Beber <[email protected]> | |
Alan Hu <[email protected]> | ||
Richard Otis <[email protected]> | ||
Erik Jansson Agnvall <[email protected]> | ||
Simon Stelter <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,14 +223,16 @@ def finalize_options(self): | |
''' | ||
|
||
setup(name="symengine", | ||
version="0.5.0", | ||
version="0.5.1", | ||
description="Python library providing wrappers to SymEngine", | ||
setup_requires=['cython>=0.19.1'], | ||
long_description=long_description, | ||
author="SymEngine development team", | ||
author_email="[email protected]", | ||
license="MIT", | ||
url="https://github.com/symengine/symengine.py", | ||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4', | ||
zip_safe=False, | ||
cmdclass = cmdclass, | ||
classifiers=[ | ||
'License :: OSI Approved :: MIT License', | ||
|
@@ -243,5 +245,6 @@ def finalize_options(self): | |
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters