We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3686e3 commit 5cb592eCopy full SHA for 5cb592e
src/klein/_version.py
@@ -1,4 +1,11 @@
1
+"""
2
+Provides Klein version information.
3
4
+
5
+# This file is auto-generated! Do not edit!
6
+# Use `python -m incremental.update Klein` to change this file.
7
8
from incremental import Version
9
-__version__ = Version("Klein", 16, 0, 0)
10
+__version__ = Version('Klein', 16, 12, 0)
11
__all__ = ["__version__"]
0 commit comments