Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Nov 29, 2020
1 parent 4c5bbfe commit 64b856c
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.13"
__version__ = "0.14"
VERSION = __version__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/bayesiains/nflows",
download_url = 'https://github.com/bayesiains/nflows/archive/v0.13.tar.gz',
download_url = 'https://github.com/bayesiains/nflows/archive/v0.14.tar.gz',
author="Conor Durkan, Artur Bekasov, George Papamakarios, Iain Murray",
packages=find_packages(exclude=["tests"]),
license="MIT",
Expand Down

0 comments on commit 64b856c

Please sign in to comment.