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 519a5c9 commit 2cabb3aCopy full SHA for 2cabb3a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vbll"
3
-version = "0.1.3"
+version = "0.2.1"
4
description = ""
5
authors = ["John Willes <johnwilles@gmail.com>"]
6
readme = "README.md"
setup.py
@@ -3,7 +3,7 @@
setup(
name="vbll",
- version="0.0.1",
+ version="0.2.1",
7
packages=find_packages(),
8
install_requires=["torch"],
9
)
vbll/__init__.py
@@ -1,2 +1 @@
from .layers import *
-from . import jax
0 commit comments