Skip to content

Commit

Permalink
DEV: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Apr 10, 2021
1 parent 9f481f2 commit 682eed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "hybrid-vocal-classifier"
version = "0.2.1b1"
description = "voice-to-text for songbirds"
version = "0.3.0"
description = "a Python machine learning library for animal vocalizations and bioacoustics"
authors = ["David Nicholson <nickledave@users.noreply.github.com>"]
license = "BSD"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion src/hvc/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "a Python machine learning library for animal vocalizations and bioacoustics"
__uri__ = "https://github.com/NickleDave/hybrid-vocal-classifier"

__version__ = "0.2.1b1"
__version__ = "0.3.0"

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 682eed3

Please sign in to comment.