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 542585c commit 14ae4a2Copy full SHA for 14ae4a2
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "aw-nextblock"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = "cli tool for activity watch to do timeblocking diferently"
5
authors = [
6
{name = "felixzsh",email = "[email protected]"}
src/aw_nextblock/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.0"
+__version__ = "1.1.0"
try:
from importlib.metadata import version
0 commit comments