Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jan 13, 2025
1 parent 7c4ac62 commit 32e647e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 'Ryan Ly'

# The short X.Y version
version = '0.2.0'
version = '0.2.1'

# 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
Expand Up @@ -22,7 +22,7 @@

setup_args = {
'name': 'ndx-events',
'version': '0.2.0',
'version': '0.2.1',
'description': 'NWB extension for storing timestamped event and TTL pulse data',
'long_description': readme,
'long_description_content_type': readme_type,
Expand Down
2 changes: 1 addition & 1 deletion spec/ndx-events.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespaces:
- VectorData
- VectorIndex
- source: ndx-events.extensions.yaml
version: 0.2.0
version: 0.2.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():
ns_builder = NWBNamespaceBuilder(
doc="""NWB extension for storing timestamped event and TTL pulse data""",
name="""ndx-events""",
version="""0.2.0""",
version="""0.2.1""",
author=list(map(str.strip, """Ryan Ly""".split(','))),
contact=list(map(str.strip, """[email protected]""".split(',')))
)
Expand Down

0 comments on commit 32e647e

Please sign in to comment.