We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a5f77 commit 4e3b933Copy full SHA for 4e3b933
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# geomdl Changelog
2
3
+## v5.0.1 released on 2019-02-22
4
+
5
+* Fix an issue in setup.py for generating a compatible wheel for Python 2.7
6
+* conda-build configuration updates
7
+* Documentation updates
8
9
## v5.0.0 released on 2019-02-21
10
11
* Includes all updates from v5.0b1 to v5.0b7
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0.0"
+__version__ = "5.0.1"
# Author and licence
__author__ = "Onur Rauf Bingol"
0 commit comments