From a7d2ee9197a87d7871a6b9b1119c4a00edbb3a32 Mon Sep 17 00:00:00 2001 From: Erik Tuerke Date: Thu, 19 Mar 2020 17:24:19 +0100 Subject: [PATCH] preparations version 0.2.0 --- docs/conf.py | 2 +- restit/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 92c3223..89d8cc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/restit/__init__.py b/restit/__init__.py index 29a8030..f3c559d 100644 --- a/restit/__init__.py +++ b/restit/__init__.py @@ -13,4 +13,4 @@ from .static_directory_resource import StaticDirectoryResource from .static_file_response import StaticFileResponse -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/setup.py b/setup.py index 5d08cd8..4572193 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="restit", - version="0.1.0", + version="0.2.0", packages=find_packages(), include_package_data=True, install_requires=[