Skip to content

Commit 5cb592e

Browse files
committed
bump version
1 parent f3686e3 commit 5cb592e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/klein/_version.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
18
from incremental import Version
29

3-
__version__ = Version("Klein", 16, 0, 0)
10+
__version__ = Version('Klein', 16, 12, 0)
411
__all__ = ["__version__"]

0 commit comments

Comments
 (0)