Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Verweijen committed Jan 24, 2025
1 parent e39e537 commit 1e33f26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/piargus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .outputspec.safetyrule import *
from .tau import Job, JobSetupError, TauArgus, TauArgusException, ArgusReport, BatchWriter

__version__ = "1.0.3"
__version__ = "2.0.0"

__all__ = [
"Apriori",
Expand All @@ -17,6 +17,8 @@
"JobSetupError",
"InputData",
"TreeHierarchy",
"TreeHierarchyNode",
"Node",
"Hierarchy",
"Table",
"SafetyRule",
Expand Down

0 comments on commit 1e33f26

Please sign in to comment.