Skip to content

Commit 155d3c7

Browse files
Merge pull request #58 from NovelaNeuro/user/wmerynda/new_version
new version
2 parents b3507e4 + c200817 commit 155d3c7

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

docs/source/conf.py

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

2424
# The short X.Y version
25-
version = '0.0.009.37'
25+
26+
version = '0.0.010.37'
27+
2628

2729
# The full version, including alpha/beta/rc tags
2830
release = 'alpha'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
2-
version = "0.0.009.37"
2+
3+
version = "0.0.010.37"
34
print(version)
45

56
import os

spec/ndx-franklab-novela.namespace.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ namespaces:
1313
- NWBDataInterface
1414
- ImageSeries
1515
- source: ndx-franklab-novela.extensions.yaml
16-
version: 0.0.009.37
16+
17+
version: 0.0.010.37
18+

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ namespaces:
1313
- NWBDataInterface
1414
- ImageSeries
1515
- source: ndx-franklab-novela.extensions.yaml
16-
version: 0.0.009.37
16+
17+
version: 0.0.010.37
18+

src/spec/create_extension_spec.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ def main():
1010
ns_builder = NWBNamespaceBuilder(
1111
doc="""NovelaNeurotechnologies Namespaces""",
1212
name="""ndx-franklab-novela""",
13-
version="""0.0.009.37""",
13+
14+
version="""0.0.010.37""",
15+
1416
author=list(map(str.strip, """NovelaDevops""".split(','))),
1517
contact=list(map(str.strip, """[email protected]""".split(',')))
1618
)

0 commit comments

Comments
 (0)