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 3077fe3 commit 86eaba6Copy full SHA for 86eaba6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "lazy-b"
7
-version = "0.1.6"
+version = "0.1.7"
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.1.6"
+__version__ = "0.1.7"
from .main import LazyB
0 commit comments