Skip to content

Commit

Permalink
Merge pull request #41 from NovelaNeuro/user/acwikla/release_0.0.005
Browse files Browse the repository at this point in the history
user/acwikla/release_0.0.005
  • Loading branch information
MarcinAtNovela authored Jun 3, 2020
2 parents 878e73e + a31493f commit 455e7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.004'
version = '0.0.005'

# 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.004"
version = "0.0.005"
print(version)

import os
Expand Down
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.004""",
version="""0.0.005""",
author=list(map(str.strip, """NovelaDevops""".split(','))),
contact=list(map(str.strip, """[email protected]""".split(',')))
)
Expand Down

0 comments on commit 455e7cc

Please sign in to comment.