Skip to content

Commit

Permalink
change version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
piEsposito committed Nov 28, 2020
1 parent 224d547 commit 1de632a
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.6",
version = "0.2.7",
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 1de632a

Please sign in to comment.