Skip to content

Commit

Permalink
version enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
aiscenblue committed Oct 28, 2017
1 parent 0f0e0e4 commit a89d48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions flask_blueprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"""

__all__ = ['Core']
__version__ = '1.1.7'


class Core:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from distutils.core import setup
from flask_blueprint import __version__

setup(
name='flask-blueprint',
version='1.1.6',
version=__version__,
description='Flask blueprint generator',
author='Jeffrey Marvin Forones',
author_email='aiscenblue@gmail.com',
Expand Down

0 comments on commit a89d48b

Please sign in to comment.