From 1f506806d4b956cf95dd1bf0259ad1def9f69511 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 8 Nov 2025 00:51:40 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0de1856..feab4a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ backend-path = ["tools"] [project] name = "pyaegis" -version = "0.1.0" -description = "Python bindings for libaegis (links to static library)" -requires-python = ">=3.12" +version = "0.2.0" +description = "Python bindings for libaegis" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",