Skip to content

Commit df470ea

Browse files
Merge pull request #31 from AdCombo/develop
1.0.3
2 parents 95d3179 + aeb9d13 commit df470ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.3"
55

66

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

0 commit comments

Comments
 (0)