Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Github.CI] Update dev version from 0.1.0 to 0.1.1 #30

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading