Skip to content

Commit cfba0b2

Browse files
yuhldrErikBjare
authored andcommitted
chore: bumped version to 0.13.2
1 parent b4ad075 commit cfba0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aw_server/__about__.py

+1-1
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.13.1"
19+
__version__ = "v0.13.2"
2020

2121

2222
def get_rev():

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aw-server"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Server for ActivityWatch"
55
authors = ["Erik Bjäreholt <[email protected]>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)