Skip to content

Commit 11bb2d2

Browse files
committed
Add 0.9.4.dev0 pre-release setup
1 parent 31c86c4 commit 11bb2d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: flasgger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.9.3.dev0'
2+
__version__ = '0.9.4.dev0'
33
__author__ = 'Bruno Rocha'
44
__email__ = '[email protected]'
55

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def grep(attrname):
3131
setup(
3232
name='flasgger',
3333
version=grep('__version__'),
34-
url='https://github.com/rochacbruno/flasgger/',
34+
url='https://github.com/flasgger/flasgger/',
3535
license='MIT',
3636
author=grep('__author__'),
3737
author_email=grep('__email__'),

0 commit comments

Comments
 (0)