From d7a05c2b4c5d827a74fa394a9f77436297109295 Mon Sep 17 00:00:00 2001 From: Pi Esposito Date: Mon, 25 May 2020 15:41:10 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 426a227..06ff43e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = "blitz-bayesian-pytorch", packages = find_packages(), - version = "0.2.2", + version = "0.2.3", description = "A simple and extensible library to create Bayesian Neural Network Layers on PyTorch without trouble and with full integration with nn.Module and nn.Sequential.", author = "Pi Esposito", url = "https://github.com/piEsposito/blitz-bayesian-deep-learning",