commit: fc4863fa572ed689b0220fdebefd47be2ab95880
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 8 07:37:08 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 8 07:37:08 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=fc4863fa
Bump to v1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
steve.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/steve.py b/steve.py
index d783770..1734f87 100755
--- a/steve.py
+++ b/steve.py
@@ -19,7 +19,7 @@ if TYPE_CHECKING:
from types import FrameType
-__version__ = "0.0.1"
+__version__ = "1"
def exit_sig_handler(signum: int, _: FrameType | None) -> None: