Skip to content

Commit

Permalink
Bumped to RC
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Aug 26, 2023
1 parent 8ac4577 commit eda74e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"

[project]
name = "twitchirc_drgreengiant"
version = "2.0.0b4"
authors = [
{ name="Simon Howroyd", email="[email protected]" },
]
version = "2.0.0rc0"
authors = [{ name = "Simon Howroyd", email = "[email protected]" }]
description = "A simple receive only Twitch IRC client"
keywords = ["twitch", "irc", "chat"]
readme = "README.md"
requires-python = ">=3.11.4"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Topic :: Communications :: Chat :: Internet Relay Chat"
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Topic :: Communications :: Chat :: Internet Relay Chat",
]

[project.urls]
"Homepage" = "https://github.com/howroyd/twitchirc"
"Bug Tracker" = "https://github.com/howroyd/twitchirc/issues"
"Repository" = "https://github.com/howroyd/twitchirc"
"Bug Tracker" = "https://github.com/howroyd/twitchirc/issues"

0 comments on commit eda74e6

Please sign in to comment.