Skip to content

Commit 035460a

Browse files
update version in setup.py
1 parent c6e6c09 commit 035460a

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.2",
14+
version = "0.2.0",
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)