Skip to content

Commit

Permalink
preparations version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollmops committed Mar 19, 2020
1 parent f5735d2 commit a7d2ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion restit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .static_directory_resource import StaticDirectoryResource
from .static_file_response import StaticFileResponse

__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="restit",
version="0.1.0",
version="0.2.0",
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit a7d2ee9

Please sign in to comment.