Skip to content

Commit

Permalink
Bump version: 2.0.11 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Nov 25, 2023
1 parent 9dac8d3 commit dd0f6e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.11
current_version = 2.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion xbox/webapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Top-level package for xbox-webapi-python."""

__author__ = """OpenXbox"""
__version__ = "2.0.11"
__version__ = "2.1.0"

0 comments on commit dd0f6e4

Please sign in to comment.