diff --git a/integration_tests/pyproject.toml b/integration_tests/pyproject.toml index 5dd4796..b19d659 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-integration-tests" -version = "0.6.0" +version = "0.6.1" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap-ui/pyproject.toml b/pyheap-ui/pyproject.toml index 31785e1..bb57081 100644 --- a/pyheap-ui/pyproject.toml +++ b/pyheap-ui/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-ui" -version = "0.6.0" +version = "0.6.1" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap/pyproject.toml b/pyheap/pyproject.toml index 8d77469..933b49b 100644 --- a/pyheap/pyproject.toml +++ b/pyheap/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap" -version = "0.6.0" +version = "0.6.1" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/test_inferiors/pyproject.toml b/test_inferiors/pyproject.toml index 0372f3e..81be844 100644 --- a/test_inferiors/pyproject.toml +++ b/test_inferiors/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test_inferiors" -version = "0.6.0" +version = "0.6.1" description = "" authors = ["Ivan Yurchenko "] readme = "README.md"