Skip to content

Commit 9b2e8d4

Browse files
committed
Version bump to 1.2.10
1 parent 2c20d47 commit 9b2e8d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

=

282 Bytes
Binary file not shown.

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
# built documents.
3434
#
3535
# The full version, including alpha/beta/rc tags.
36-
release = "1.2.9"
36+
release = "1.2.10"
3737
# The short X.Y version.
38-
version = "1.2.9"
38+
version = "1.2.10"
3939

4040

4141
# -- General configuration ---------------------------------------------------

typing_validation/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Runtime validation using type hints.
33
"""
44

5-
__version__ = "1.2.9"
5+
__version__ = "1.2.10"
66

77
from .inspector import TypeInspector, UnsupportedType
88
from .validation import (

0 commit comments

Comments
 (0)