From 532a12446c99e262336f67890a74dd5c934c64b5 Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Tue, 14 Nov 2023 14:36:20 +0200 Subject: [PATCH] Release 0.7.0 --- integration_tests/pyproject.toml | 2 +- pyheap-ui/pyproject.toml | 2 +- pyheap/pyproject.toml | 2 +- test_inferiors/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration_tests/pyproject.toml b/integration_tests/pyproject.toml index b19d659..b8a1eeb 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-integration-tests" -version = "0.6.1" +version = "0.7.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap-ui/pyproject.toml b/pyheap-ui/pyproject.toml index 8b5a3b3..0fa355a 100644 --- a/pyheap-ui/pyproject.toml +++ b/pyheap-ui/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-ui" -version = "0.6.1" +version = "0.7.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap/pyproject.toml b/pyheap/pyproject.toml index 8a4e1e1..bde4cdb 100644 --- a/pyheap/pyproject.toml +++ b/pyheap/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap" -version = "0.6.1" +version = "0.7.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/test_inferiors/pyproject.toml b/test_inferiors/pyproject.toml index 81be844..70409ce 100644 --- a/test_inferiors/pyproject.toml +++ b/test_inferiors/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test_inferiors" -version = "0.6.1" +version = "0.7.0" description = "" authors = ["Ivan Yurchenko "] readme = "README.md"