We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 519a5c9 + 2cabb3a commit e5a25acCopy full SHA for e5a25ac
3 files changed
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