Skip to content

Commit 958c5c5

Browse files
Version updated
1 parent 733ce34 commit 958c5c5

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)