From e6f625763ca621e085a6463cf30d368ca2272179 Mon Sep 17 00:00:00 2001 From: Ivan Yurchenko Date: Mon, 28 Nov 2022 07:21:10 +0200 Subject: [PATCH] Release 0.5.0 Closes #206 --- 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 7ec6910..9047c2c 100644 --- a/integration_tests/pyproject.toml +++ b/integration_tests/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-integration-tests" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap-ui/pyproject.toml b/pyheap-ui/pyproject.toml index 14c5781..c8d98d1 100644 --- a/pyheap-ui/pyproject.toml +++ b/pyheap-ui/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap-ui" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/pyheap/pyproject.toml b/pyheap/pyproject.toml index bcda86c..09e58d5 100644 --- a/pyheap/pyproject.toml +++ b/pyheap/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyheap" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Ivan Yurchenko "] license = "Apache License 2.0" diff --git a/test_inferiors/pyproject.toml b/test_inferiors/pyproject.toml index 2ea3cad..30293b5 100644 --- a/test_inferiors/pyproject.toml +++ b/test_inferiors/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test_inferiors" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Ivan Yurchenko "] readme = "README.md"