Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Dec 14, 2016
1 parent f3686e3 commit 5cb592e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/klein/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
"""
Provides Klein version information.
"""

# This file is auto-generated! Do not edit!
# Use `python -m incremental.update Klein` to change this file.

from incremental import Version

__version__ = Version("Klein", 16, 0, 0)
__version__ = Version('Klein', 16, 12, 0)
__all__ = ["__version__"]

0 comments on commit 5cb592e

Please sign in to comment.