Skip to content

Commit

Permalink
fix version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollmops committed Mar 23, 2020
1 parent 80aa4d1 commit d4c2c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.2.1'

# -- 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 @@ -14,4 +14,4 @@
from .static_directory_resource import StaticDirectoryResource
from .static_file_response import StaticFileResponse

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit d4c2c2d

Please sign in to comment.