Skip to content

Commit 943c228

Browse files
committed
chore: bump version to 1.0.0
1 parent a2b791c commit 943c228

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "1.0.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

cfsolver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
CFSolverProxyError,
1010
)
1111

12-
__version__ = "0.0.0"
12+
__version__ = "1.0.0"
1313

1414
__all__ = [
1515
"CloudflareSolver",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cfsolver"
7-
version = "0.0.0"
7+
version = "1.0.0"
88
description = "Cloudflare Solver - HTTP client with automatic challenge bypass"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)