Skip to content

Commit 904c936

Browse files
committed
Bump version to 0.0.2 in __init__.py and pyproject.toml
1 parent 164eb11 commit 904c936

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__ = "0.0.1"
4+
__version__ = "0.0.2"
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 = "0.0.1"
8+
version = "0.0.2"
99
authors = [
1010
{name = "ValDesign", email = "valdesign.dev@gmail.com"}
1111
]

0 commit comments

Comments
 (0)