Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piEsposito authored Nov 22, 2020
1 parent 7a969f7 commit 3526b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name = "blitz-bayesian-pytorch",
packages = find_packages(),
version = "0.2.5",
version = "0.2.6",
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",
Expand Down

0 comments on commit 3526b57

Please sign in to comment.