Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jul 10, 2020
1 parent 7d047ef commit e9b4ccc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup_args = {
'name': 'ndx-hierarchical-behavioral-data',
'version': '0.1.0',
'version': '0.1.1',
'description': 'NWB extensions for storing hierarchical behavioral data',
'long_description': readme,
'long_description_content_type': readme_type,
Expand Down
2 changes: 1 addition & 1 deletion spec/ndx-hierarchical-behavioral-data.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ namespaces:
- VectorData
namespace: core
- source: ndx-hierarchical-behavioral-data.extensions.yaml
version: 0.1.0
version: 0.1.1
2 changes: 1 addition & 1 deletion src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():
ns_builder = NamespaceBuilder(
doc="""HDMF extensions for storing hierarchical behavioral data""",
name="""ndx-hierarchical-behavioral-data""",
version="""0.1.0""",
version="""0.1.1""",
author=list(map(str.strip, """Ben Dichter""".split(','))),
contact=list(map(str.strip, """ben.dichter@catalystneuro.com""".split(',')))
)
Expand Down

0 comments on commit e9b4ccc

Please sign in to comment.