We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164eb11 commit 904c936Copy full SHA for 904c936
discordanalytics/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = 'discordanalytics'
2
__author__ = "ValDesign"
3
__license__ = "MIT"
4
-__version__ = "0.0.1"
+__version__ = "0.0.2"
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 = "0.0.1"
+version = "0.0.2"
9
authors = [
10
{name = "ValDesign", email = "valdesign.dev@gmail.com"}
11
]
0 commit comments