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 e8f8583 commit 8fca8cfCopy full SHA for 8fca8cf
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "lazy-b"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Keep Slack/Teams active by simulating key presses at regular intervals"
9
readme = "README.md"
10
requires-python = ">=3.8"
src/lazy_b/__init__.py
@@ -2,6 +2,6 @@
2
lazy-b: Keep Slack/Teams active by simulating key presses.
3
"""
-__version__ = "0.2.0"
+__version__ = "0.2.1"
from .main import LazyB as LazyB
0 commit comments