Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piEsposito authored May 20, 2020
1 parent 197fbc4 commit c97386f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
version = "0.2.1",
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 All @@ -23,4 +23,4 @@
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.7"
]
)
)

0 comments on commit c97386f

Please sign in to comment.