Skip to content

Commit

Permalink
Merge pull request #31 from AdCombo/develop
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
roman-adcombo authored Dec 4, 2020
2 parents 95d3179 + aeb9d13 commit df470ea
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
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

__version__ = "1.0.0"
__version__ = "1.0.3"


requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")
Expand All @@ -13,7 +13,7 @@
version=__version__,
description="Flask extension to create REST web api according to JSONAPI 1.0 specification"
" with Flask, Marshmallow and data provider of your choice (SQLAlchemy, MongoDB, ...)",
url="https://github.com/AdCombo/flask-combo-jsonapi/issues/10",
url="https://github.com/AdCombo/flask-combo-jsonapi",
author="AdCombo Team",
author_email="roman@adcombo.com",
license="MIT",
Expand Down

0 comments on commit df470ea

Please sign in to comment.