Skip to content

Commit ccd9919

Browse files
Merge pull request #43 from NovelaNeuro/user/acwikla/release_0.0.006
user/acwikla/release_0.0.006
2 parents e1b5f40 + e1cf483 commit ccd9919

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'NovelaDevops'
2323

2424
# The short X.Y version
25-
version = '0.0.005'
25+
version = '0.0.006'
2626

2727
# The full version, including alpha/beta/rc tags
2828
release = 'alpha'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
version = "0.0.005"
2+
version = "0.0.006"
33
print(version)
44

55
import os

spec/ndx-franklab-novela.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ namespaces:
1212
- Device
1313
- NWBDataInterface
1414
- source: ndx-franklab-novela.extensions.yaml
15-
version: 0.0.005
15+
version: 0.0.006

src/pynwb/ndx_franklab_novela/spec/ndx-franklab-novela.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ namespaces:
1212
- Device
1313
- NWBDataInterface
1414
- source: ndx-franklab-novela.extensions.yaml
15-
version: 0.0.005
15+
version: 0.0.006

src/spec/create_extension_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def main():
1010
ns_builder = NWBNamespaceBuilder(
1111
doc="""NovelaNeurotechnologies Namespaces""",
1212
name="""ndx-franklab-novela""",
13-
version="""0.0.005""",
13+
version="""0.0.006""",
1414
author=list(map(str.strip, """NovelaDevops""".split(','))),
1515
contact=list(map(str.strip, """[email protected]""".split(',')))
1616
)

0 commit comments

Comments
 (0)