From 2c8e42635397724d939486f4aa4849914da0d62c Mon Sep 17 00:00:00 2001 From: Slipstreamm Date: Sat, 14 Jun 2025 21:41:30 -0600 Subject: [PATCH] chore(release): Bump version to 0.7.0 --- disagreement/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disagreement/__init__.py b/disagreement/__init__.py index ee2ec6f..6572f42 100644 --- a/disagreement/__init__.py +++ b/disagreement/__init__.py @@ -12,7 +12,7 @@ __title__ = "disagreement" __author__ = "Slipstream" __license__ = "BSD 3-Clause License" __copyright__ = "Copyright 2025 Slipstream" -__version__ = "0.6.0" +__version__ = "0.7.0" from .client import Client, AutoShardedClient from .models import ( diff --git a/pyproject.toml b/pyproject.toml index 4af8a5d..1d6274c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "disagreement" -version = "0.6.0" +version = "0.7.0" description = "A Python library for the Discord API." readme = "README.md" requires-python = ">=3.10"