Skip to content

Commit 1e33f26

Browse files
author
Verweijen
committed
Update version number
1 parent e39e537 commit 1e33f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/piargus/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .outputspec.safetyrule import *
66
from .tau import Job, JobSetupError, TauArgus, TauArgusException, ArgusReport, BatchWriter
77

8-
__version__ = "1.0.3"
8+
__version__ = "2.0.0"
99

1010
__all__ = [
1111
"Apriori",
@@ -17,6 +17,8 @@
1717
"JobSetupError",
1818
"InputData",
1919
"TreeHierarchy",
20+
"TreeHierarchyNode",
21+
"Node",
2022
"Hierarchy",
2123
"Table",
2224
"SafetyRule",

0 commit comments

Comments
 (0)