Skip to content

Commit

Permalink
version bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 20, 2025
1 parent 7834907 commit 2b4112d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Improvements

# v0.6.9 (January 20, 2024)
# v0.6.7 (January 20, 2024)

## Deprecations

Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/making_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A simple to-do list for the Neuroconv release process:

3. **Perform Checks**:

- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI. This can be done efficiently by searching for `@ git` in an IDE.
- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI. This can be done efficiently by searching for `@ git` in the pyproject.toml on an IDE.

4. **Tag on GitHub**:

Expand Down
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 = "setuptools.build_meta"

[project]
name = "neuroconv"
version = "0.6.7"
version = "0.7.0"
description = "Convert data from proprietary formats to NWB format."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 2b4112d

Please sign in to comment.