Skip to content

Commit ed3e8b1

Browse files
committed
version 0.2.1
1 parent bfd7dc6 commit ed3e8b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# |version| and |release|, also used in various other places throughout the
4949
# built documents.
5050
#
51-
version = '0.2.0'
51+
version = '0.2.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.2.0'
53+
release = '0.2.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='Flask-PyMongo',
37-
version='0.2.0',
37+
version='0.2.1',
3838
url='http://flask-pymongo.readthedocs.org/',
3939
download_url='https://github.com/dcrosta/flask-pymongo/tags',
4040
license='BSD',

0 commit comments

Comments
 (0)