Skip to content

Commit e70dbc4

Browse files
committed
Version bump
1 parent f7a422d commit e70dbc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "runtype"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Type dispatch and validation for run-time Python"
55
authors = ["Erez Shinan <erezshin@gmail.com>"]
66
license = "MIT"

runtype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
assert_isa, isa, issubclass, validate_func, is_subtype)
77
from .pytypes import Constraint, String, Int, cv_type_checking
88

9-
__version__ = "0.4.0"
9+
__version__ = "0.4.1"
1010
__all__ = (
1111
'dataclass',
1212
'DispatchError', 'MultiDispatch',

0 commit comments

Comments
 (0)