Skip to content

Commit 7bc9429

Browse files
committed
Bump version
1 parent e84bf65 commit 7bc9429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vbll"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
description = ""
55
authors = ["John Willes <johnwilles@gmail.com>"]
66
readme = "README.md"

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.4.7",
6+
version="0.4.8",
77
packages=find_packages(),
88
install_requires=["torch"],
99
)

0 commit comments

Comments
 (0)