diff --git a/aw_server/__about__.py b/aw_server/__about__.py index 458d070..a2471dc 100644 --- a/aw_server/__about__.py +++ b/aw_server/__about__.py @@ -16,7 +16,7 @@ bundlepath = projectpath.parent # the ActivityWatch bundle repo, in some circumstances # This line set by script when run (metaprogramming) -__version__ = "v0.13.1" +__version__ = "v0.13.2" def get_rev(): diff --git a/pyproject.toml b/pyproject.toml index 40c4e09..669815e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aw-server" -version = "0.13.1" +version = "0.13.2" description = "Server for ActivityWatch" authors = ["Erik Bjäreholt "] license = "MPL-2.0"