diff --git a/pyproject.toml b/pyproject.toml index e5eac4394..edcd40f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "vak" description = "A neural network framework for researchers studying acoustic communication" -version = "1.0.0.post1" +version = "1.0.0.post2" authors = [ {name = "David Nicholson", email = "nickledave@users.noreply.github.com"} ] diff --git a/src/vak/__about__.py b/src/vak/__about__.py index 7e6c9eb3a..43a303008 100644 --- a/src/vak/__about__.py +++ b/src/vak/__about__.py @@ -25,7 +25,7 @@ ) __uri__ = "https://github.com/NickleDave/vak" -__version__ = "1.0.0.post1" +__version__ = "1.0.0.post2" 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: