Skip to content

Commit 3cf4aec

Browse files
committed
Major version bump
1 parent 644e9a4 commit 3cf4aec

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.2.7"
3+
version = "0.3.0"
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
@@ -3,7 +3,7 @@
33
from .validation import PythonTyping, TypeSystem, TypeMismatchError, assert_isa, isa, issubclass, validate_func
44
from .pytypes import Constraint, String, Int
55

6-
__version__ = "0.2.7"
6+
__version__ = "0.3.0"
77

88

99
def Dispatch(typesystem: TypeSystem = PythonTyping()):

0 commit comments

Comments
 (0)