Skip to content

Commit 22de44f

Browse files
committed
Merge branch 'feature/pypi-long-description'
2 parents 3de4819 + 930d02a commit 22de44f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
author = 'Marco Agner'
1414

1515
# The short X.Y version
16-
version = '2.0.0'
16+
version = '2.0.1'
1717
# The full version, including alpha/beta/rc tags
18-
release = 'v2.0.0'
18+
release = 'v2.0.1'
1919

2020

2121
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ def run_tests(self):
3737

3838
setup(
3939
name='Flask-QRcode',
40-
version='2.0.0',
40+
version='2.0.1',
4141
license='GPLv3',
4242
description='A concise Flask extension to render QR codes on Jinja2 ' \
4343
'templates using python-qrcode',
4444
long_description=open('README.md').read(),
45+
long_description_content_type='text/markdown',
4546
author='Marco Agner',
4647
author_email='marco@agner.io',
4748
url='https://github.com/marcoagner/Flask-QRcode',

0 commit comments

Comments
 (0)