Skip to content

Commit 9a24b90

Browse files
Merge branch 'dev-vs' of github.com:VincentStimper/normalizing-flows into dev-vs
2 parents dbf1bbf + 958c5c5 commit 9a24b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

normflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from . import utils
1010
from . import HAIS
1111

12-
__version__ = '0.1'
12+
__version__ = '1.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = '0.1'
5+
__version__ = '1.0'
66

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

0 commit comments

Comments
 (0)