Skip to content

Commit 04dece1

Browse files
committed
Updated version
1 parent 606227b commit 04dece1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aioclock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"OrTrigger",
1919
]
2020

21-
__version__ = "0.2.0"
21+
__version__ = "0.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aioclock"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "An asyncio-based scheduling framework designed for execution of periodic task with integrated support for dependency injection, enabling efficient and flexible task management"
55
authors = [{ name = "Mani Mozaffar", email = "mani.mozaffar@gmail.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)