Skip to content

Commit e29c724

Browse files
committed
To v0.3.2
1 parent 67382cb commit e29c724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = A common JSON/YAML based format for compact model specification
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
url = https://github.com/ModECI/modelspec
8-
author = Padraig Gleeson; ...
8+
author = ModECI contributors
99
author_email = [email protected]
10-
maintainer = Padraig Gleeson; ...
10+
maintainer = Padraig Gleeson, David Turner
1111
maintainer_email = [email protected]
1212
license = LGPLv3
1313
license_files = LICENSE

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.3.1"
1+
__version__ = "0.3.2"
22

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

0 commit comments

Comments
 (0)