From 55f59347504ecec627395d6e1e3e3d933421cf60 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 20 Jan 2025 10:00:27 +0100 Subject: [PATCH] Linux 6.13 release --- setup.py | 4 ++-- system_calls/linux_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8f1c01d..e931aeb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="system-calls", - version="6.11.1", + version="6.13.0", author="Marcin Juszkiewicz", author_email="marcin-python@juszkiewicz.com.pl", description="Python module to check for system call number/name and" @@ -23,7 +23,7 @@ "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", ], - packages=["system_calls", "system_calls/tables/"], + packages=["system_calls", "system_calls/tables/", "system_calls/tests/"], python_requires=">=3.6", license_files=["LICENSE"], scripts=["bin/syscall"], diff --git a/system_calls/linux_version.py b/system_calls/linux_version.py index 6817fb7..e37da3b 100644 --- a/system_calls/linux_version.py +++ b/system_calls/linux_version.py @@ -1 +1 @@ -linux_version = "6.13.0-rc1" +linux_version = "6.13.0"