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=[