From 647c1aadef43328ce2e7b3cbadf2d148a10134db Mon Sep 17 00:00:00 2001 From: Lara Maia Date: Mon, 4 Nov 2024 14:15:20 -0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76959d5..0cbe9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stlib" -version = "2.3" +version = "2.3.1" description = "Async library that provides features related to Steam client and compatible stuffs" readme = "README.md" requires-python = ">=3.10"