Skip to content

Commit

Permalink
DEV: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 26, 2021
1 parent 51f8d95 commit 6536fd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/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.3.1]
### changed
- remove `evfuncs` module, replace with external `evfuncs` library
[#114](https://github.com/NickleDave/hybrid-vocal-classifier/pull/114)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "a Python machine learning library for animal vocalizations and bi
authors = [
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"},
]
version = "0.3.0"
version = "0.3.1"
license = {file = "LICENSE"}
requires-python = ">=3.7,<3.10"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/hvc/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
__uri__ = "https://github.com/NickleDave/hybrid-vocal-classifier"

__version__ = "0.3.0"
__version__ = "0.3.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 6536fd7

Please sign in to comment.