Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
 - this tiny library is stable. Round numbers are nice.
  • Loading branch information
galund committed Jun 26, 2018
1 parent b8e8711 commit 4e08f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_featureflags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from flask import redirect as _redirect
from flask.signals import Namespace

__version__ = '0.7-dev'
__version__ = '1.0'

log = logging.getLogger(u'flask-featureflags')

Expand Down

0 comments on commit 4e08f1b

Please sign in to comment.