Skip to content

Commit dd0f6e4

Browse files
committed
Bump version: 2.0.11 → 2.1.0
1 parent 9dac8d3 commit dd0f6e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = '1.0'
3131
# The full version, including alpha/beta/rc tags
32-
release = '2.0.11'
32+
release = '2.1.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xbox-webapi"
3-
version = "2.0.11"
3+
version = "2.1.0"
44
description = "A library to authenticate with Windows Live/Xbox Live and use their API"
55
authors = [
66
{name = "OpenXbox"},

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.11
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55

xbox/webapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Top-level package for xbox-webapi-python."""
22

33
__author__ = """OpenXbox"""
4-
__version__ = "2.0.11"
4+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)