Skip to content

Commit e8ec352

Browse files
authored
Merge pull request #115 from AllenInstitute/bump_micro
bumps micro version
2 parents 8c02314 + 078b5eb commit e8ec352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

argschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .argschema_parser import ArgSchemaParser # noQA:F401
55
from .deprecated import JsonModule, ModuleParameters # noQA:F401
66

7-
__version__ = "3.0.0"
7+
__version__ = "3.0.1"
88

99
def main(): # pragma: no cover
1010
jm = ArgSchemaParser()

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = argschema
3-
version = 3.0.0
3+
version = 3.0.1
44
description= "a wrapper for setting up modules that can have parameters specified by command line arguments, json_files, or dictionary objects. Providing a common wrapper for data processing modules."
55
authors = ['Forrest Collman, David Feng']
66
author_email[email protected]

0 commit comments

Comments
 (0)