Skip to content

Commit a8e3c6f

Browse files
committed
Bump to v0.3.0, since this version won't cast a float like 2.0 to an int when serializing
1 parent 0df874f commit a8e3c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelspec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.9"
1+
__version__ = "0.3.0"
22

33
from .base_types import Base, define, has, field, fields, optional, instance_of, in_
44

0 commit comments

Comments
 (0)