From a0108e9d786d2176174855792b4f957646dc7eed Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Thu, 17 Nov 2022 09:00:24 +0200 Subject: [PATCH] Release 0.2.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 3bceb29..131c76b 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-integration-tests" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap-ui/pyproject.toml b/pyheap-ui/pyproject.toml index 534fae3..2508553 100644 --- a/pyheap-ui/pyproject.toml +++ b/pyheap-ui/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-ui" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap/pyproject.toml b/pyheap/pyproject.toml index 0eb2de0..d4677bf 100644 --- a/pyheap/pyproject.toml +++ b/pyheap/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/test_inferiors/pyproject.toml b/test_inferiors/pyproject.toml index 5b1cc68..f0b81d2 100644 --- a/test_inferiors/pyproject.toml +++ b/test_inferiors/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test-inferiors" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Ivan Yurchenko "] readme = "README.md"