From dd0f6e41018c0f024a1f5a56f54ac15c1a60643b Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:50:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.11=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- xbox/webapi/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 285e20c..afa77b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '1.0' # The full version, including alpha/beta/rc tags -release = '2.0.11' +release = '2.1.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8dde48f..dc2d9e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xbox-webapi" -version = "2.0.11" +version = "2.1.0" description = "A library to authenticate with Windows Live/Xbox Live and use their API" authors = [ {name = "OpenXbox"}, diff --git a/setup.cfg b/setup.cfg index 9cd6e18..eda03de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.11 +current_version = 2.1.0 commit = True tag = True diff --git a/xbox/webapi/__init__.py b/xbox/webapi/__init__.py index 736daeb..71635de 100644 --- a/xbox/webapi/__init__.py +++ b/xbox/webapi/__init__.py @@ -1,4 +1,4 @@ """Top-level package for xbox-webapi-python.""" __author__ = """OpenXbox""" -__version__ = "2.0.11" +__version__ = "2.1.0"