Skip to content

Commit 6e40df3

Browse files
v3.6.0
1 parent 5e11160 commit 6e40df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discordanalytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'discordanalytics'
22
__author__ = "ValDesign"
33
__license__ = "MIT"
4-
__version__ = "3.5.0"
4+
__version__ = "3.6.0"
55

66
from .client import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "discordanalytics"
77
description = "A Python package for interacting with Discord Analytics API"
8-
version = "3.5.0"
8+
version = "3.6.0"
99
authors = [{ name = "ValDesign", email = "valdesign.dev@gmail.com" }]
1010
requires-python = ">=3.8"
1111
readme = "README.md"

0 commit comments

Comments
 (0)