From 6bb9e7b8f734a8b2a9c47b3ce32492becea0697f Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:18:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pythonxbox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pythonxbox/__init__.py b/src/pythonxbox/__init__.py index d536ce3..572e699 100644 --- a/src/pythonxbox/__init__.py +++ b/src/pythonxbox/__init__.py @@ -1,4 +1,4 @@ """Top-level package for python-xbox.""" __author__ = """tr4nt0r""" -__version__ = "0.1.2" +__version__ = "0.1.3"