Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew rowe committed Apr 3, 2019
1 parent b417c11 commit 3a432c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example_app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask>=1.0.2
flask-ipban>=1.0.2
flask-ipban>=1.0.3
5 changes: 2 additions & 3 deletions pypar.commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ pip install twine

python3 setup.py sdist bdist_wheel
#
twine check dist/flask_ipban-1.0.2*
twine check dist/flask_ipban-1.0.3*
# test
# pip install -e .
# twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u martlark
# prod pypi
# add release in git hub to match the version
twine upload dist/flask_ipban-1.0.2* -u martlark

twine upload dist/flask_ipban-1.0.3* -u martlark
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
setup(
name='flask-ipban',

version='1.0.2',
version='1.0.3',

description='URL spam security for Flask.',
long_description=open('README.rst','r',encoding='utf-8').read(),
long_description_content_type='text/x-rst',

url='https://github.com/Martlark/flask-ipban',
download_url='https://github.com/Martlark/flask-ipban/archive/1.0.2.tar.gz',
download_url='https://github.com/Martlark/flask-ipban/archive/1.0.3.tar.gz',

author='Andrew Rowe',
author_email='[email protected]',
Expand Down

0 comments on commit 3a432c5

Please sign in to comment.