From 0896847bb5d527c5c6036a5142acd3dfd904aad3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 13 Sep 2024 10:02:33 +0200 Subject: [PATCH] bump to 6.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f74f16e..8f1c01d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="system-calls", - version="6.11.0", + version="6.11.1", author="Marcin Juszkiewicz", author_email="marcin-python@juszkiewicz.com.pl", description="Python module to check for system call number/name and"