We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4400f4b commit 66b0f4bCopy full SHA for 66b0f4b
2 files changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
name = "vak"
7
description = "A neural network framework for researchers studying acoustic communication"
8
-version = "1.0.5"
+version = "1.1.0"
9
authors = [
10
{name = "David Nicholson", email = "nickledave@users.noreply.github.com"}
11
]
src/vak/__about__.py
@@ -23,7 +23,7 @@
23
__summary__ = "A neural network framework for researchers studying acoustic communication"
24
__uri__ = "https://github.com/NickleDave/vak"
25
26
-__version__ = "1.0.5"
+__version__ = "1.1.0"
27
28
if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
29
with open(os.path.join(base_dir, ".commit")) as fp:
0 commit comments