Skip to content

Commit 5dbb610

Browse files
committed
chore: bumped version to 0.5.6, fixed docs URL in pyproject
1 parent a85bcc3 commit 5dbb610

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,13 +1,13 @@
11
[tool.poetry]
22
name = "aw-core"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "Core library for ActivityWatch"
55
authors = ["Erik Bjäreholt <erik@bjareho.lt>", "Johan Bjäreholt <johan@bjareho.lt>"]
66
license = "MPL-2.0"
77
readme = "README.md"
88
homepage = "https://activitywatch.net/"
99
repository = "https://github.com/ActivityWatch/aw-core/"
10-
documentation = "https://activitywatch.readthedocs.io/"
10+
documentation = "https://docs.activitywatch.net/"
1111
packages = [
1212
{ include = "aw_core" },
1313
{ include = "aw_datastore" },

0 commit comments

Comments
 (0)