diff --git a/Changes.rst b/Changes.rst index f12efbc..e027dcb 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v0.0.4 (2019-01-02) +=============================== + +- Fix release target + Changes for v0.0.3 (2019-01-02) =============================== diff --git a/setup.py b/setup.py index 72e78d9..3f034d7 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pywarp", - version="0.0.3", + version="0.0.4", url="https://github.com/pyauth/pywarp", license="Apache Software License", author="Andrey Kislyuk",