We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae12135 commit 96b7cf9Copy full SHA for 96b7cf9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vbll"
3
-version = "0.4.6"
+version = "0.4.7"
4
description = ""
5
authors = ["John Willes <johnwilles@gmail.com>"]
6
readme = "README.md"
setup.py
@@ -3,7 +3,7 @@
setup(
name="vbll",
- version="0.4.6",
+ version="0.4.7",
7
packages=find_packages(),
8
install_requires=["torch"],
9
)
0 commit comments