Skip to content

Commit

Permalink
Version bump to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sg495 committed Feb 21, 2024
1 parent 2c20d47 commit 9b2e8d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added =
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion typing_validation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 9b2e8d4

Please sign in to comment.