From 7d0433a21e85eeff50b30afa0898b424f33870d0 Mon Sep 17 00:00:00 2001 From: OpenAdapt Bot Date: Mon, 3 Jul 2023 22:50:10 +0000 Subject: [PATCH] chore(release): v0.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ openadapt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed124f0bf..3b96472a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.5.0 (2023-07-03) + +### Feature + +* Add progress bar in `record.py` and `visualize.py` ([`3e12fd4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3e12fd4910f41da17506fae75f3d459c5b26e42b)) + ## v0.4.0 (2023-07-03) ### Feature diff --git a/openadapt/__init__.py b/openadapt/__init__.py index 6a9beea82..3d187266f 100644 --- a/openadapt/__init__.py +++ b/openadapt/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 189f6488c..7f26ffb84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openadapt" -version = "0.4.0" +version = "0.5.0" description = "GUI Process Automation with Transformers" authors = [ 'Mustafa Abdulrahman ',