From 9903574a25a1153f25157abe3797ea2808f54d9e Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Wed, 7 Dec 2022 07:36:38 +0200 Subject: [PATCH] Release 0.6.0 Closes #219 --- 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 9047c2c..5dd4796 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-integration-tests" -version = "0.5.0" +version = "0.6.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap-ui/pyproject.toml b/pyheap-ui/pyproject.toml index c8d98d1..31785e1 100644 --- a/pyheap-ui/pyproject.toml +++ b/pyheap-ui/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-ui" -version = "0.5.0" +version = "0.6.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap/pyproject.toml b/pyheap/pyproject.toml index 544a550..8d77469 100644 --- a/pyheap/pyproject.toml +++ b/pyheap/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap" -version = "0.5.0" +version = "0.6.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/test_inferiors/pyproject.toml b/test_inferiors/pyproject.toml index 30293b5..0372f3e 100644 --- a/test_inferiors/pyproject.toml +++ b/test_inferiors/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test_inferiors" -version = "0.5.0" +version = "0.6.0" description = "" authors = ["Ivan Yurchenko "] readme = "README.md"