We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e11160 commit 6e40df3Copy full SHA for 6e40df3
discordanalytics/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = 'discordanalytics'
2
__author__ = "ValDesign"
3
__license__ = "MIT"
4
-__version__ = "3.5.0"
+__version__ = "3.6.0"
5
6
from .client import *
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "discordanalytics"
7
description = "A Python package for interacting with Discord Analytics API"
8
-version = "3.5.0"
+version = "3.6.0"
9
authors = [{ name = "ValDesign", email = "valdesign.dev@gmail.com" }]
10
requires-python = ">=3.8"
11
readme = "README.md"
0 commit comments