Skip to content

Commit

Permalink
Linux 6.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Jan 20, 2025
1 parent 59881f1 commit 55f5934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="system-calls",
version="6.11.1",
version="6.13.0",
author="Marcin Juszkiewicz",
author_email="[email protected]",
description="Python module to check for system call number/name and"
Expand All @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion system_calls/linux_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
linux_version = "6.13.0-rc1"
linux_version = "6.13.0"

0 comments on commit 55f5934

Please sign in to comment.