Skip to content

Commit

Permalink
Merge pull request #115 from AllenInstitute/bump_micro
Browse files Browse the repository at this point in the history
bumps micro version
  • Loading branch information
djkapner committed Jul 2, 2021
2 parents 8c02314 + 078b5eb commit e8ec352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .argschema_parser import ArgSchemaParser # noQA:F401
from .deprecated import JsonModule, ModuleParameters # noQA:F401

__version__ = "3.0.0"
__version__ = "3.0.1"

def main(): # pragma: no cover
jm = ArgSchemaParser()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = argschema
version = 3.0.0
version = 3.0.1
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."
authors = ['Forrest Collman, David Feng']
author_email=forrestc@alleninstitute.org
Expand Down

0 comments on commit e8ec352

Please sign in to comment.