Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vile committed May 28, 2024
1 parent 2e694f3 commit 011cf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "discord-role-scraper"
version = "0.2.2"
version = "0.2.3"
description = "A simple Python script used to scrape Discord guild info and roles."
authors = ["Vile <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion utils/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DISCORD_API_AT_ME: Final[str] = f"{DISCORD_API_BASE}/api/{DISCORD_API_VERSION}/users/@me"
DISCORD_API_GUILD: Final[str] = f"{DISCORD_API_BASE}/api/{DISCORD_API_VERSION}/guilds"

VERSION_NUMBER: Final[str] = "0.2.2"
VERSION_NUMBER: Final[str] = "0.2.3"
SCRIPT_AUTHOR: Final[str] = "https://github.com/Vile"

REQUEST_HEADERS: Final[dict] = {
Expand Down

0 comments on commit 011cf5a

Please sign in to comment.