Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 9, 2015
1 parent e8e136c commit 5d51395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions klein/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from klein.app import Klein, run, route, resource


__version__ = "15.0.0"
__version__ = "15.1.0"

__author__ = "The Klein contributors (see AUTHORS)"
__license__ = "MIT"
__copyright__ = "Copyright 2014 {0}".format(__author__)
__copyright__ = "Copyright 2015 {0}".format(__author__)

__all__ = [
'Klein',
Expand Down

0 comments on commit 5d51395

Please sign in to comment.