From 49be60ef7e7ad6c6ec7820f13a4c891dd7151dde Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Sat, 8 Feb 2025 14:03:10 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0e95cba..a9a22600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "steamio" -version = "1.1.0" +version = "1.1.1" description = "A Python wrapper for the Steam API" authors = ["Gobot1234 "] license = "MIT"