Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Dec 24, 2018
1 parent 5e9dc34 commit 8a551d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion secure/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Package meta-data.
NAME = 'secure'
DESCRIPTION = 'A lightweight package that adds optional security headers and cookie attributes for Python web frameworks.'
URL = 'https://github.com/cakinney/secure'
URL = 'https://github.com/cakinney/secure.py'
EMAIL = '[email protected]'
AUTHOR = 'Caleb Kinney'
REQUIRES_PYTHON = '>=3'
Expand Down

0 comments on commit 8a551d5

Please sign in to comment.