Skip to content

Commit

Permalink
DEV: Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Feb 10, 2023
1 parent 205edb7 commit eab406f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.9.0 -- 2023-02-09
### Added
- Add ability to use model with post-processing transform, by adding
`post_tfm` parameter to `TweetyNetModel.from_config` method.
Expand Down
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.8.0"
version = "0.9.0"
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.8.0"
__version__ = "0.9.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 eab406f

Please sign in to comment.