Skip to content

Commit

Permalink
Update pyproject info
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Jun 21, 2024
1 parent 6f6a791 commit 8e04e04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cfspeedtest/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Current version of cfspeedtest."""

__version__ = "2.0.0"
__version__ = "2.0.1"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "cloudflarepycli"
version = "2.0.0"
version = "2.0.1"
description = "Python CLI and utiltiies for retrieving network performance statistics."
authors = [{ name = "Tom Evslin", email = "tevslin@gmail.com"}]
authors = [{ name = "Tom Evslin", email = "tevslin@gmail.com"}, { name = "Martin Brose", email = "nitramesorb@gmail.com"}]
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand All @@ -15,8 +15,8 @@ classifiers = [
dependencies = ["requests>=2.32.3"]

[project.urls]
Homepage = "https://github.com/tevslin/cloudflarepycli"
Issues = "https://github.com/cloudflarepycli/issues"
Homepage = "https://github.com/martinbrose/cloudflarepycli"
Issues = "https://github.com/martinbrose/cloudflarepycli/issues"

[project.scripts]
cfspeedtest = "cfspeedtest.__main__:cfspeedtest"
Expand Down

0 comments on commit 8e04e04

Please sign in to comment.