Skip to content

Commit 455e7cc

Browse files
Merge pull request #41 from NovelaNeuro/user/acwikla/release_0.0.005
user/acwikla/release_0.0.005
2 parents 878e73e + a31493f commit 455e7cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.004'
25+
version = '0.0.005'
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.004"
2+
version = "0.0.005"
33
print(version)
44

55
import os

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.004""",
13+
version="""0.0.005""",
1414
author=list(map(str.strip, """NovelaDevops""".split(','))),
1515
contact=list(map(str.strip, """[email protected]""".split(',')))
1616
)

0 commit comments

Comments
 (0)