We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f4e4c commit 72108cdCopy full SHA for 72108cd
aw_server/__about__.py
@@ -16,7 +16,7 @@
16
bundlepath = projectpath.parent # the ActivityWatch bundle repo, in some circumstances
17
18
# This line set by script when run (metaprogramming)
19
-__version__ = "v0.12.0b2.dev+f66fd9d"
+__version__ = "v0.13.1"
20
21
22
def get_rev():
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aw-server"
3
-version = "0.12.0"
+version = "0.13.1"
4
description = "Server for ActivityWatch"
5
authors = ["Erik Bjäreholt <erik@bjareho.lt>"]
6
license = "MPL-2.0"
0 commit comments