Skip to content

Commit

Permalink
Bump version: 0.1.9 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kleiner committed Nov 24, 2018
1 parent 1abe09e commit 800765b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
setup(
name='falcon-openapi',
python_requires='>3.5.0',
version='0.1.9',
version='0.2.0',
description='Falcon router to map openapi spec to resources',
long_description=readme,
long_description_content_type="text/markdown",
author='Sam Kleiner',
author_email='[email protected]',
license='MIT',
url='https://github.com/StoicPerlman/falcon-openapi/',
download_url = 'https://github.com/StoicPerlman/falcon-openapi/archive/0.1.9.tar.gz',
download_url = 'https://github.com/StoicPerlman/falcon-openapi/archive/0.2.0.tar.gz',
keywords = ['falcon', 'openapi', 'api'],
packages=['falcon_openapi'],
install_requires=[
Expand All @@ -24,7 +24,8 @@
],
extras_require={
'dev': [
'pytest'
'pytest',
'bumpversion'
]
}
)

0 comments on commit 800765b

Please sign in to comment.