Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Apr 23, 2022
1 parent 2811ae2 commit 18b74e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "1.2.0"
VERSION = "1.2.1"
with open("README.rst") as f:
README = f.read()

Expand All @@ -13,7 +13,7 @@
long_description=README,
url='https://github.com/Tethik/flask-session-captcha',
packages=['flask_session_captcha'],
package_data={'': ['LICENSE', 'README.rst', 'DEVELOPMENT.md']},
package_data={'': ['LICENSE', 'README.rst']},
install_requires=[
'captcha',
'Flask',
Expand Down

0 comments on commit 18b74e7

Please sign in to comment.