We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e2d8 commit 618beeaCopy full SHA for 618beea
2 files changed
discordanalytics/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = 'discordanalytics'
2
__author__ = "ValDesign"
3
__license__ = "MIT"
4
-__version__ = "0.0.2"
+__version__ = "0.0.3"
5
6
from .client import *
pyproject.toml
@@ -5,11 +5,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "discordanalytics"
7
description = "A Python package for interacting with Discord Analytics API"
8
-version = "0.0.2"
+version = "0.0.3"
9
authors = [
10
{name = "ValDesign", email = "valdesign.dev@gmail.com"}
11
]
12
requires-python = ">=3.8"
13
+readme="README.md"
14
+license = { file = "LICENSE" }
15
16
[project.urls]
17
homepage = "https://github.com/DiscordAnalytics/python-package"
0 commit comments