From 25f432c0a4705ad0e840b780278d40176bc6a875 Mon Sep 17 00:00:00 2001 From: Lara Maia Date: Sat, 6 Jul 2024 11:08:23 -0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17f1456..76579eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stlib" -version = "2.0.3" +version = "2.1" description = "Async library that provides features related to Steam client and compatible stuffs" readme = "README.md" requires-python = ">=3.9"