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",