Skip to content

Commit

Permalink
DEV: bump version to 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Mar 26, 2022
1 parent baa16f3 commit d3c4f4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ url: 'https://crowsetta.readthedocs.io'
repository-artifact: 'https://pypi.org/project/crowsetta/'
license: BSD-3-Clause
commit: d9f97f6fc3a7ae9bb3e3465548d61d3a7484ebbc
version: 3.3.0
date-released: '2022-01-02'
version: 3.4.0
date-released: '2022-03-26'
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
## 3.4.0 -- 2022-03-26
### Added
- add a `__repr__` to the `Transcriber` class
[#145](https://github.com/NickleDave/crowsetta/pull/143).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"scipy >=1.4.1",
"SoundFile >=0.10.3",
]
version = "3.3.0"
version = "3.4.0"
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "A tool to work with any format for annotating vocalizations"
__uri__ = "https://github.com/NickleDave/crowsetta"

__version__ = "3.3.0"
__version__ = "3.4.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 All @@ -35,4 +35,4 @@
__email__ = "nicholdav@gmail.com"

__license__ = "BSD"
__copyright__ = "2019 %s" % __author__
__copyright__ = "2019-present %s" % __author__

0 comments on commit d3c4f4c

Please sign in to comment.