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",