Skip to content

Commit 132ae58

Browse files
committed
chore: bump version to v0.14.0 in pyproject.toml
1 parent 7705468 commit 132ae58

2 files changed

Lines changed: 52 additions & 17 deletions

File tree

poetry.lock

Lines changed: 50 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "activitywatch"
3-
version = "0.13.2"
3+
version = "0.14.0"
44
description = "The free and open-source automated time tracker. Cross-platform, extensible, privacy-focused."
55
authors = ["Erik Bjäreholt <erik@bjareho.lt>", "Johan Bjäreholt <johan@bjareho.lt>"]
66
license = "MPL-2.0"
@@ -18,7 +18,7 @@ python = "^3.8"
1818
# https://github.com/ionrock/cachecontrol/issues/292
1919
urllib3 = "<2"
2020

21-
[tool.poetry.dev-dependencies]
21+
[tool.poetry.group.dev.dependencies]
2222
mypy = "*"
2323
pytest = "*"
2424
pytest-cov = "*"

0 commit comments

Comments
 (0)