Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilles committed Aug 26, 2024
1 parent 525a7d8 commit 9e51684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vbll"
version = "0.2.2"
version = "0.2.4"
description = ""
authors = ["John Willes <[email protected]>"]
readme = "README.md"
Expand All @@ -9,6 +9,7 @@ readme = "README.md"
python = "^3.9"
torch = ">= 1.6.0"
numpy = ">= 1.21.0"
fannypack = ">= 0.0.25"


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="vbll",
version="0.2.2",
version="0.2.4",
packages=find_packages(),
install_requires=["torch"],
)

0 comments on commit 9e51684

Please sign in to comment.