Skip to content

Commit e2015f3

Browse files
author
OpenAdapt Bot
committed
chore(release): v0.5.1
Automatically generated by python-semantic-release
1 parent f853839 commit e2015f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.5.1 (2023-07-04)
6+
7+
### Fix
8+
9+
* Add pympler and psutil ([`f853839`](https://github.com/OpenAdaptAI/OpenAdapt/commit/f8538398d3c0da51dbd6fb56f3e891c7558df6fb))
10+
511
## v0.5.0 (2023-07-03)
612

713
### Feature

openadapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <[email protected]>',

0 commit comments

Comments
 (0)