Skip to content

Commit 66b0f4b

Browse files
committed
DEV: Bump version to 1.1.0
1 parent 4400f4b commit 66b0f4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "vak"
77
description = "A neural network framework for researchers studying acoustic communication"
8-
version = "1.0.5"
8+
version = "1.1.0"
99
authors = [
1010
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}
1111
]

src/vak/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__summary__ = "A neural network framework for researchers studying acoustic communication"
2424
__uri__ = "https://github.com/NickleDave/vak"
2525

26-
__version__ = "1.0.5"
26+
__version__ = "1.1.0"
2727

2828
if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
2929
with open(os.path.join(base_dir, ".commit")) as fp:

0 commit comments

Comments
 (0)