From 13d9974193ae58dd4b59af448a67c2407a044d1b Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Wed, 2 Jan 2019 14:29:03 -0800 Subject: [PATCH] v0.0.3 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index e69de29..f12efbc 100644 --- a/Changes.rst +++ b/Changes.rst @@ -0,0 +1,5 @@ +Changes for v0.0.3 (2019-01-02) +=============================== + +- Add pluggable backends and docs + diff --git a/setup.py b/setup.py index 4f81b9d..72e78d9 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pywarp", - version="0.0.2", + version="0.0.3", url="https://github.com/pyauth/pywarp", license="Apache Software License", author="Andrey Kislyuk",