Skip to content

Commit

Permalink
DEV: Bump version to 5.0.2.post1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Feb 2, 2024
1 parent ae67942 commit 6ccbbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"scipy >=1.8.0",
"SoundFile >=0.12.1",
]
version = "5.0.2"
version = "5.0.2.post1"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "A Python tool to work with any format for annotating animal vocalizations and bioacoustics data"
__uri__ = "https://github.com/vocalpy/crowsetta"

__version__ = "5.0.2"
__version__ = "5.0.2.post1"

if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
with open(os.path.join(base_dir, ".commit")) as fp:
Expand Down

0 comments on commit 6ccbbf0

Please sign in to comment.