diff --git a/pyproject.toml b/pyproject.toml index a546269c42..4c6512ff1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ruleset-checking-tool" -version = "0.2.0" +version = "0.2.5" description = "PNNL ruleset checking tool" authors = ["Weili Xu ", "Charlie Holly ", "Juan Gonzalez ", "Yun Joon Jung ", "Jiarong Xie "] license = "MIT" diff --git a/rct229/__init__.py b/rct229/__init__.py index d3ec452c31..fe404ae570 100755 --- a/rct229/__init__.py +++ b/rct229/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.5"