Skip to content

Commit 334710a

Browse files
author
Onur Rauf Bingol
committed
Version bump to v5.0.3
1 parent 697ce99 commit 334710a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# geomdl Changelog
22

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+
37
## v5.0.2 released on 2019-02-22
48

59
* Removed dependency `enum34` since it was causing problems with Python 3

geomdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Library version
8-
__version__ = "5.0.2"
8+
__version__ = "5.0.3"
99

1010
# Author and licence
1111
__author__ = "Onur Rauf Bingol"

0 commit comments

Comments
 (0)