Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentStimper committed Jul 26, 2022
1 parent 3b48cfe commit 0b9e955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The latest version of the package can be installed via pip
pip install normflows
```

If you want to use a GPU, make sure that PyTorch is set up correctly by
by following the instructions at the
At least Python 3.7 is required. If you want to use a GPU, make sure that
PyTorch is set up correctly by following the instructions at the
[PyTorch website](https://pytorch.org/get-started/locally/).

To run the example notebooks clone the repository first
Expand Down
2 changes: 1 addition & 1 deletion normflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from . import sampling
from .sampling import HAIS

__version__ = "1.3"
__version__ = "1.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = "1.3"
__version__ = "1.4"

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 0b9e955

Please sign in to comment.