Skip to content

Commit

Permalink
DEV: Bump version to 1.0.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 11, 2024
1 parent a43e83e commit 354f90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/vak/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 354f90b

Please sign in to comment.