Skip to content

Commit

Permalink
DEV: Bump version to 0.5.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jun 25, 2022
1 parent 132c891 commit 0aee340
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.5.0.post1 -- 2022-06-25
### Fixed
- Put upper bound on `crowsetta` dependency
[89ee7b03](https://github.com/vocalpy/vak/commit/89ee7b03bade2c20da6d4c480cf8c799eacee9fb)
Expand Down
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 = "vak"
description = "a neural network toolbox for animal vocalizations and bioacoustics"
version = "0.5.0"
version = "0.5.0.post1"
authors = [
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/vak/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "a neural network toolbox for animal vocalizations and bioacoustics"
__uri__ = "https://github.com/NickleDave/vak"

__version__ = "0.5.0"
__version__ = "0.5.0.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 0aee340

Please sign in to comment.