Skip to content

Commit

Permalink
Change version of release
Browse files Browse the repository at this point in the history
  • Loading branch information
wael34218 committed Sep 25, 2019
1 parent 190a5dd commit d7a35fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='openapi_generator',
version='1.0.2',
version='1.0.3',
description="A library to generate OpenAPI documentation from requests",
author='Wael Farhan',
author_email='wael34218@gmail.com',
Expand All @@ -15,7 +15,7 @@
],
keywords='flask framework base class generic',
packages=['openapi_generator'],
download_url='https://github.com/wael34218/python_openapi_generator/archive/v1.0.2.tar.gz',
download_url='https://github.com/wael34218/python_openapi_generator/archive/v1.0.3.tar.gz',
url='https://github.com/wael34218/python_openapi_generator',
install_requires=[
'pyyaml',
Expand Down

0 comments on commit d7a35fe

Please sign in to comment.