From f6fab1688168f412f88cd9e2cb37679e28f60545 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Wed, 2 Jan 2019 14:30:03 -0800 Subject: [PATCH] v0.0.4 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",