diff --git a/flasgger/__init__.py b/flasgger/__init__.py index 83bb1aea..0df70159 100644 --- a/flasgger/__init__.py +++ b/flasgger/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.9.3.dev0' +__version__ = '0.9.3' __author__ = 'Bruno Rocha' __email__ = 'rochacbruno@gmail.com' diff --git a/setup.py b/setup.py index 90a390b7..4ebbc768 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def grep(attrname): setup( name='flasgger', version=grep('__version__'), - url='https://github.com/rochacbruno/flasgger/', + url='https://github.com/nicobatty/flasgger/', license='MIT', author=grep('__author__'), author_email=grep('__email__'),