Skip to content

Commit 618beea

Browse files
committed
Bump version to 0.0.3 in __init__.py and pyproject.toml
1 parent 411e2d8 commit 618beea

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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__ = "0.0.2"
4+
__version__ = "0.0.3"
55

66
from .client import *

pyproject.toml

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

1416
[project.urls]
1517
homepage = "https://github.com/DiscordAnalytics/python-package"

0 commit comments

Comments
 (0)