Skip to content

Commit 72108cd

Browse files
committed
chore: bumped version to 0.13.1
1 parent 09f4e4c commit 72108cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aw_server/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
bundlepath = projectpath.parent # the ActivityWatch bundle repo, in some circumstances
1717

1818
# This line set by script when run (metaprogramming)
19-
__version__ = "v0.12.0b2.dev+f66fd9d"
19+
__version__ = "v0.13.1"
2020

2121

2222
def get_rev():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aw-server"
3-
version = "0.12.0"
3+
version = "0.13.1"
44
description = "Server for ActivityWatch"
55
authors = ["Erik Bjäreholt <erik@bjareho.lt>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)