diff --git a/HISTORY.rst b/HISTORY.rst index 2f86202..7cfe07e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +0.4.0 (2020-04-16) +------------------ + +* first pypi release +* add github actions + + 0.3.0 (2020-04-14) ------------------ diff --git a/jakteristics/__about__.py b/jakteristics/__about__.py index e06dd39..fbd4fee 100644 --- a/jakteristics/__about__.py +++ b/jakteristics/__about__.py @@ -1,3 +1,3 @@ __author__ = "David Caron" __email__ = "david.caron@jakarto.com" -__version__ = "0.3.1" +__version__ = "0.4.0"