Skip to content

Commit 2bbdd6c

Browse files
committed
Bump version to 3.0.2 in __init__.py and pyproject.toml
1 parent c70ba5f commit 2bbdd6c

3 files changed

Lines changed: 2 additions & 4 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.5"
4+
__version__ = "3.0.2"
55

66
from .client import *

discordanalytics/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,3 @@ def trackGuilds(self, guild: discord.Guild, type: Literal["create", "delete"]):
268268
self.stats["addedGuilds"] += 1
269269
elif type == "delete":
270270
self.stats["removedGuilds"] += 1
271-
else:
272-
raise ValueError(ErrorCodes.INVALID_EVENTS_COUNT)

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

0 commit comments

Comments
 (0)