Skip to content

Commit

Permalink
Merge pull request #31 from catalystneuro/update_dev_version
Browse files Browse the repository at this point in the history
[Github.CI] Update dev version from 0.1.0 to 0.1.1
  • Loading branch information
pauladkisson authored Jul 31, 2024
2 parents ccfe29c + eed36b7 commit 7583a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ndx-fiber-photometry"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Alessandra Trapani", email="[email protected]" },
{ name="Luiz Tauffer", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion spec/ndx-fiber-photometry.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespaces:
- DynamicTableRegion
- VectorData
- source: ndx-fiber-photometry.extensions.yaml
version: 0.1.0
version: 0.1.1
2 changes: 1 addition & 1 deletion src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
# these arguments were auto-generated from your cookiecutter inputs
ns_builder = NWBNamespaceBuilder(
name="""ndx-fiber-photometry""",
version="""0.1.0""",
version="""0.1.1""",
doc="""This is an NWB extension for storing fiber photometry recordings and associated metadata.""",
author=[
"Alessandra Trapani",
Expand Down

0 comments on commit 7583a8a

Please sign in to comment.