diff --git a/= b/= new file mode 100644 index 0000000..d2ad813 Binary files /dev/null and b/= differ diff --git a/docs/conf.py b/docs/conf.py index f656fbd..ad34077 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,9 +33,9 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "1.2.9" +release = "1.2.10" # The short X.Y version. -version = "1.2.9" +version = "1.2.10" # -- General configuration --------------------------------------------------- diff --git a/typing_validation/__init__.py b/typing_validation/__init__.py index 0dea2f2..3729952 100644 --- a/typing_validation/__init__.py +++ b/typing_validation/__init__.py @@ -2,7 +2,7 @@ Runtime validation using type hints. """ -__version__ = "1.2.9" +__version__ = "1.2.10" from .inspector import TypeInspector, UnsupportedType from .validation import (