Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhmcknight committed Jun 17, 2022
1 parent aafdb2e commit 837cc4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ def readme():

name = 'flask-csp'
description = 'A Flask extension/decorator to easily add Content-Security-Policy (CSP) headers'
version = '1.0.0'
version = '1.0.1'
author = 'Fictive Kin LLC'
email = '[email protected]'
classifiers = [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand All @@ -22,6 +22,7 @@ def readme():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
Expand Down

0 comments on commit 837cc4f

Please sign in to comment.