Skip to content

Commit b0f928b

Browse files
Update release version with dnn_to_bnn() feature
1 parent 97ebe28 commit b0f928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name = "bayesian-torch",
1313
packages = find_packages(),
14-
version = "0.1",
14+
version = "0.2",
1515
description = "Bayesian layers and utilities to perform stochastic variational inference in PyTorch",
1616
author = "[email protected]",
1717
url = "https://github.com/IntelLabs/bayesian-torch",

0 commit comments

Comments
 (0)