Skip to content

Commit 27feba5

Browse files
committed
chore(release): bump version to 1.1.9
1 parent f5b8f29 commit 27feba5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kautolog"
7-
version = "1.1.8"
7+
version = "1.1.9"
88
description = "Kali/Linux auto-logging of all terminal sessions using script(1), with optional tmux, logrotate, and rclone sync."
99
readme = "README.md"
1010
requires-python = ">=3.8"

src/kautolog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = ["__version__"]
2-
__version__ = "1.1.8"
2+
__version__ = "1.1.9"

0 commit comments

Comments
 (0)