Skip to content

Commit 2007bc4

Browse files
committed
mark 0.2.1
1 parent 1f39995 commit 2007bc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
88
Links
99
`````
10-
* `documentation <http://packages.python.org/Flask-Uploads>`_
10+
* `documentation <http://flask-uploads.readthedocs.io/en/latest/>`_
1111
* `development version
12-
<http://bitbucket.org/leafstorm/flask-uploads/get/tip.gz#egg=Flask-Uploads-dev>`_
12+
<https://github.com/maxcountryman/flask-uploads>`_
1313
1414
1515
"""
@@ -18,8 +18,8 @@
1818

1919
setup(
2020
name='Flask-Uploads',
21-
version='0.2.0',
22-
url='http://bitbucket.org/leafstorm/flask-uploads/',
21+
version='0.2.1',
22+
url='https://github.com/maxcountryman/flask-uploads',
2323
license='MIT',
2424
author='Matthew "LeafStorm" Frazier',
2525
author_email='leafstormrush@gmail.com',

0 commit comments

Comments
 (0)