We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c20d47 commit 9b2e8d4Copy full SHA for 9b2e8d4
=
282 Bytes
docs/conf.py
@@ -33,9 +33,9 @@
33
# built documents.
34
#
35
# The full version, including alpha/beta/rc tags.
36
-release = "1.2.9"
+release = "1.2.10"
37
# The short X.Y version.
38
-version = "1.2.9"
+version = "1.2.10"
39
40
41
# -- General configuration ---------------------------------------------------
typing_validation/__init__.py
@@ -2,7 +2,7 @@
2
Runtime validation using type hints.
3
"""
4
5
-__version__ = "1.2.9"
+__version__ = "1.2.10"
6
7
from .inspector import TypeInspector, UnsupportedType
8
from .validation import (
0 commit comments