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 697ce99 commit 334710aCopy full SHA for 334710a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# geomdl Changelog
2
3
+## v5.0.3 released on 2019-02-22
4
+
5
+* Fixed CI config which was failing to generate `geomdl.core` binaries for v5.0.2 and version bumped for user convenience
6
7
## v5.0.2 released on 2019-02-22
8
9
* Removed dependency `enum34` since it was causing problems with Python 3
geomdl/__init__.py
@@ -5,7 +5,7 @@
"""
# Library version
-__version__ = "5.0.2"
+__version__ = "5.0.3"
10
# Author and licence
11
__author__ = "Onur Rauf Bingol"
0 commit comments