Skip to content

Commit 4e3b933

Browse files
author
Onur R. Bingol
committed
Version bump to v5.0.1
1 parent 44a5f77 commit 4e3b933

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v5.0.0 released on 2019-02-21
410

511
* Includes all updates from v5.0b1 to v5.0b7

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.0"
8+
__version__ = "5.0.1"
99

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

0 commit comments

Comments
 (0)