Skip to content

Commit 14ae4a2

Browse files
committed
chore: bump version to v1.1.0
1 parent 542585c commit 14ae4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aw-nextblock"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "cli tool for activity watch to do timeblocking diferently"
55
authors = [
66
{name = "felixzsh",email = "[email protected]"}

src/aw_nextblock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.1.0"
22

33
try:
44
from importlib.metadata import version

0 commit comments

Comments
 (0)