We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b791c commit 943c228Copy full SHA for 943c228
3 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.0"
+current_version = "1.0.0"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
cfsolver/__init__.py
@@ -9,7 +9,7 @@
9
CFSolverProxyError,
10
)
11
12
-__version__ = "0.0.0"
+__version__ = "1.0.0"
13
14
__all__ = [
15
"CloudflareSolver",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "cfsolver"
7
-version = "0.0.0"
+version = "1.0.0"
8
description = "Cloudflare Solver - HTTP client with automatic challenge bypass"
readme = "README.md"
authors = [
0 commit comments