Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Jul 26, 2020
1 parent 6244a7d commit 70a2417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nflows/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.11"
__version__ = "0.12"
VERSION = __version__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version=__version__,
description="Normalizing flows in PyTorch.",
url="https://github.com/bayesiains/nflows",
download_url = 'https://github.com/bayesiains/nflows/archive/v0.11.tar.gz',
download_url = 'https://github.com/bayesiains/nflows/archive/v0.12.tar.gz',
author="Conor Durkan, Artur Bekasov, George Papamakarios, Iain Murray",
packages=find_packages(exclude=["tests"]),
license="MIT",
Expand Down

0 comments on commit 70a2417

Please sign in to comment.