Skip to content

Commit b5e1af0

Browse files
authored
Merge pull request #116 from AllenInstitute/dev
fix package name, bump microversion
2 parents 21781a4 + e8ec352 commit b5e1af0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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]
77
url = https://github.com/AllenInstitute/argschema
88
description_file = README.md
99

1010
[options]
11+
packages = find:
1112
install_requires =
1213
numpy
1314
marshmallow>=3.0.0,<4.0

0 commit comments

Comments
 (0)