Skip to content

Commit d202063

Browse files
committed
release v1.0.0
1 parent 706195e commit d202063

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

curseforge_api_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323
# Define some metadata here:
2424

25-
__version__ = "0.1.0"
25+
__version__ = "1.0.0"
2626
__author__ = "z0z0r4"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "curseforge-api-wrapper"
8-
version = "0.1.0"
8+
version = "1.0.0"
99
description = "Python wrapper for Curseforge API with Pydantic Model"
1010
readme = "README.md"
11-
requires-python = ">=3.12"
11+
requires-python = ">=3.8"
1212
dependencies = [
1313
"httpx>=0.28.1",
1414
"pydantic>=2.10.5",

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)