Skip to content

Commit 71764bc

Browse files
committed
bump version
1 parent aeb7196 commit 71764bc

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,30 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pybacklog"
7-
version = "0.1.8"
7+
version = "1.0.0"
88
description = "Backlog API v2 Client"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
authors = [
12-
{ name = "Toshiaki Baba", email = "toshiaki@netmark.jp" }
13-
]
14-
urls = { "Homepage" = "https://github.com/netmarkjp/pybacklog" }
11+
authors = [{ name = "BABA Toshiaki", email = "toshiaki@netmark.jp" }]
12+
keywords = ["backlog", "api"]
1513
classifiers = [
1614
"Programming Language :: Python :: 3.10",
1715
"Programming Language :: Python :: 3.11",
1816
"Programming Language :: Python :: 3.12",
1917
"Programming Language :: Python :: 3.13",
2018
"Programming Language :: Python :: 3.14",
21-
"Topic :: Utilities"
19+
"Topic :: Utilities",
2220
]
2321
requires-python = ">=3.10"
2422

25-
dependencies = [
26-
"requests >=2.12.4,<3.0"
27-
]
23+
dependencies = ["requests >=2.12.4,<3.0"]
24+
25+
[project.urls]
26+
Homepage = "https://github.com/netmarkjp/pybacklog"
27+
Repository = "https://github.com/netmarkjp/pybacklog"
2828

2929
[dependency-groups]
30-
dev = [
31-
"pyright>=1.1.407",
32-
"ruff>=0.14.6",
33-
]
30+
dev = ["pyright>=1.1.407", "ruff>=0.14.6"]
3431

3532
[tool.uv]
3633
# Additional uv-specific configurations can be added here.
@@ -40,8 +37,16 @@ target-version = "py310"
4037
line-length = 120
4138
# lint.select = ["E", "F", "W"]
4239
# lint.ignore = []
43-
exclude = [".venv", "build", "dist", ".eggs", "*.egg-info", ".ruff_cache", "__pycache__"]
40+
exclude = [
41+
".venv",
42+
"build",
43+
"dist",
44+
".eggs",
45+
"*.egg-info",
46+
".ruff_cache",
47+
"__pycache__",
48+
]
4449

4550
[tool.pyright]
4651
pythonVersion = "3.10"
47-
typeCheckingMode = "strict"
52+
typeCheckingMode = "strict"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)