Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 8dc32c3

Browse files
committed
Bump to v0.4.1
1 parent c014c56 commit 8dc32c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.1 released on 2018-11-11
4+
5+
* Updated command help texts
6+
* Minor bug fixes
7+
38
## 0.4.0 released on 2018-11-11
49

510
* Added ability to import user-defined configuration directives

geomdl/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525

2626
__author__ = "Onur Rauf Bingol"
27-
__version__ = "0.4.0"
27+
__version__ = "0.4.1"
2828
__license__ = "MIT"
2929

3030
# Name of the command line script

0 commit comments

Comments
 (0)