We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9dc34 commit 8a551d5Copy full SHA for 8a551d5
secure/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 2, 0)
+VERSION = (0, 2, 1)
2
3
__version__ = ".".join(map(str, VERSION))
setup.py
@@ -14,7 +14,7 @@
14
# Package meta-data.
15
NAME = 'secure'
16
DESCRIPTION = 'A lightweight package that adds optional security headers and cookie attributes for Python web frameworks.'
17
-URL = 'https://github.com/cakinney/secure'
+URL = 'https://github.com/cakinney/secure.py'
18
EMAIL = 'cakinney@gmail.com'
19
AUTHOR = 'Caleb Kinney'
20
REQUIRES_PYTHON = '>=3'
0 commit comments