Skip to content

Commit 6b08d43

Browse files
committed
chore: bumped version to v0.5.1
1 parent 6505b79 commit 6b08d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aw-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Client library for ActivityWatch"
55
authors = ["Erik Bjäreholt <erik@bjareho.lt>", "Johan Bjäreholt <johan@bjareho.lt>"]
66
license = "MPL-2.0"
@@ -17,7 +17,7 @@ aw-client = "aw_client.cli:main"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.7"
20-
aw-core = "^0.5"
20+
aw-core = "^0.5.1"
2121
requests = "^2.22.0"
2222
persist-queue = "^0.6.0"
2323
click = "^7.1.1"

0 commit comments

Comments
 (0)