Skip to content

Commit

Permalink
BUG: Fix bug with dev version numbering (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 1, 2023
1 parent 1273503 commit 3d48d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__version__ = version("mne_bids_pipeline")
except PackageNotFoundError:
# package is not installed
pass
__version__ = "0.0.0"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
tag_regex = "^(?P<prefix>v)?(?P<version>[0-9.]+)(?P<suffix>.*)?$"
version_scheme = "release-branch-semver"

[tool.setuptools.packages.find]
exclude = ["false"] # on CircleCI this folder appears during pip install -ve. for an unknown reason
Expand Down

0 comments on commit 3d48d52

Please sign in to comment.