Skip to content

Commit

Permalink
add version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
IllDepence committed Nov 3, 2018
1 parent d23a174 commit 9c82978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsonkeeper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
from apscheduler.triggers.interval import IntervalTrigger


__version__ = '1.0.0'


def create_app(**kwargs):
app = Flask(__name__)
with app.app_context():
Expand Down

0 comments on commit 9c82978

Please sign in to comment.