Skip to content

Commit 8a551d5

Browse files
committed
v0.2.1
1 parent 5e9dc34 commit 8a551d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

secure/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 2, 0)
1+
VERSION = (0, 2, 1)
22

33
__version__ = ".".join(map(str, VERSION))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Package meta-data.
1515
NAME = 'secure'
1616
DESCRIPTION = 'A lightweight package that adds optional security headers and cookie attributes for Python web frameworks.'
17-
URL = 'https://github.com/cakinney/secure'
17+
URL = 'https://github.com/cakinney/secure.py'
1818
1919
AUTHOR = 'Caleb Kinney'
2020
REQUIRES_PYTHON = '>=3'

0 commit comments

Comments
 (0)