Skip to content

Commit 5522524

Browse files
committed
build: bump version for release
1 parent f6f734d commit 5522524

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[project]
22
name = "WIOpy"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A Python wrapper for the Walmart IO API"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
license = { file = "LICENSE" }
77
authors = [{ name = "CoderJoshDK" }]
88
requires-python = ">= 3.8"
9-
dependencies = ["requests", "pycryptodome", "aiohttp"]
9+
dependencies = [
10+
"requests",
11+
"pycryptodome",
12+
"aiohttp"
13+
]
1014
keywords = [
1115
"API",
1216
"Wrapper",
@@ -52,6 +56,9 @@ select = ["E", "F", "B", "W", "Q", "A", "I", "D",
5256
ignore = ["PLR0913", "ISC001", "PLR2004", "D203", "D212"]
5357
unfixable = ["F841"]
5458

59+
[tool.uv]
60+
package = true
61+
5562
[build-system]
5663
requires = ["hatchling"]
5764
build-backend = "hatchling.build"

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)