From 7388dc7c11a168cd630035de031a9fcf0f6ad9b1 Mon Sep 17 00:00:00 2001 From: STACiA <69411527+staciax@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:24:50 +0700 Subject: [PATCH] Bump version to 2.0.0 --- valorant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valorant/__init__.py b/valorant/__init__.py index ab80c1b..558d39b 100644 --- a/valorant/__init__.py +++ b/valorant/__init__.py @@ -10,7 +10,7 @@ __author__ = 'STACiA' __license__ = 'MIT' __copyright__ = 'Copyright 2023-present STACiA' -__version__ = '2.0.0a' +__version__ = '2.0.0' from . import models from .client import Client