Skip to content

Commit 9e51684

Browse files
committed
Bump version
1 parent 525a7d8 commit 9e51684

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vbll"
3-
version = "0.2.2"
3+
version = "0.2.4"
44
description = ""
55
authors = ["John Willes <johnwilles@gmail.com>"]
66
readme = "README.md"
@@ -9,6 +9,7 @@ readme = "README.md"
99
python = "^3.9"
1010
torch = ">= 1.6.0"
1111
numpy = ">= 1.21.0"
12+
fannypack = ">= 0.0.25"
1213

1314

1415
[build-system]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="vbll",
6-
version="0.2.2",
6+
version="0.2.4",
77
packages=find_packages(),
88
install_requires=["torch"],
99
)

0 commit comments

Comments
 (0)