Skip to content

Commit

Permalink
DEV: Bump version to 0.3.2.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Feb 2, 2024
1 parent 36046b5 commit 7064f29
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 @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "birdsong-recognition-dataset"
description = "Functions for working with this data repository: https://figshare.com/articles/BirdsongRecognition/3470165"
version = "0.3.2"
version = "0.3.2.post1"
authors = [
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/birdsongrec/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__summary__ = "Functions for working with this data repository: https://figshare.com/articles/BirdsongRecognition/3470165"
__uri__ = "https://github.com/NickleDave/koumura"

__version__ = '0.3.2'
__version__ = '0.3.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 7064f29

Please sign in to comment.