Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sch8ill committed Aug 26, 2024
1 parent f288a12 commit 5bc4cdd
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,23 @@ build-backend = "setuptools.build_meta"
requires = ["setuptools>=61.0"]

[project]
authors = [
{name = "Sch8ill", email = "[email protected]"},
authors = [{ name = "Sch8ill", email = "[email protected]" },
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
classifiers = ["Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"dnspython>=2.2.1",
dependencies = ["dnspython>=2.2.1",
]
description = "A lightweight Minecraft client for querying the status data of a Minecraft server."
name = "mcclient-lib"
readme = "README.md"
requires-python = ">=3.7"
version = "1.1.1"
version = "1.2.0"

[project.urls]
"Bug Tracker" = "https://github.com/Sch8ill/MCClient-lib/issues"
"Homepage" = "https://github.com/Sch8ill/MCClient-lib"
"Bug Tracker" = "https://github.com/sch8ill/mcclient-lib/issues"
"Homepage" = "https://github.com/Sch8ill/mcclient-lib"

[tool.pytest.ini_options]
addopts = "--cov=mcclient --ignore=examples"
Expand Down

0 comments on commit 5bc4cdd

Please sign in to comment.