Skip to content

Commit

Permalink
REL: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jan 22, 2022
1 parent 499053a commit 4c869fa
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
@@ -1,7 +1,7 @@
[project]
name = "tweetynet"
description = "neural network that segments and labels birdsong and other animal vocalizations"
version = "0.7.0"
version = "0.7.1"
authors = [
{name = "Yarden Cohen", email = "[email protected]"},
{name = "David Nicholson", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/tweetynet/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "neural network that segments and labels birdsong and other animal vocalizations"
__uri__ = "https://github.com/yardencsGitHub/tweetynet"

__version__ = "0.7.0"
__version__ = "0.7.1"

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 4c869fa

Please sign in to comment.