Skip to content

Commit

Permalink
Merge pull request #49 from NovelaNeuro/user/wmerynda/version_0.0.008
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandercwikla authored Jun 24, 2020
2 parents ff75fab + 04fdb5c commit dd3a4eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'NovelaDevops'

# The short X.Y version
version = '0.0.007'
version = '0.0.008'

# The full version, including alpha/beta/rc tags
release = 'alpha'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
version = "0.0.007"
version = "0.0.008"
print(version)

import os
Expand Down
2 changes: 1 addition & 1 deletion spec/ndx-franklab-novela.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespaces:
- NWBDataInterface
- ImageSeries
- source: ndx-franklab-novela.extensions.yaml
version: 0.0.007
version: 0.0.008
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespaces:
- NWBDataInterface
- ImageSeries
- source: ndx-franklab-novela.extensions.yaml
version: 0.0.007
version: 0.0.008
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 = NWBNamespaceBuilder(
doc="""NovelaNeurotechnologies Namespaces""",
name="""ndx-franklab-novela""",
version="""0.0.007""",
version="""0.0.008""",
author=list(map(str.strip, """NovelaDevops""".split(','))),
contact=list(map(str.strip, """devops@novelaneuro.com""".split(',')))
)
Expand Down

0 comments on commit dd3a4eb

Please sign in to comment.