bump: release version 0.1.1

This commit is contained in:
2026-08-02 02:58:16 +03:00
parent 53402699f4
commit 4920d61368
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
traffic-checker (0.1.1-1) unstable; urgency=medium
* Add logging function for traffic check status in stdout.
* Defer state save until successful telegram delivery.
-- Vladimir Khvan <thisisnotablownfuse@gmail.com> Sun, 02 Aug 2026 02:54:53 +0300
traffic-checker (0.1-1) unstable; urgency=medium traffic-checker (0.1-1) unstable; urgency=medium
* Initial release. * Initial release.
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "traffic-checker" name = "traffic-checker"
version = "0.1" version = "0.1.1"
description = "Traffic consumption monitoring CLI tool for remote servers with automated alerting" description = "Traffic consumption monitoring CLI tool for remote servers with automated alerting"
requires-python = ">=3.11" requires-python = ">=3.11"
authors = [ authors = [