We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef9b43 commit 2f3855dCopy full SHA for 2f3855d
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.0.1"
+current_version = "1.0.2"
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__ = "1.0.1"
+__version__ = "1.0.2"
13
14
__all__ = [
15
"CloudflareSolver",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "cfsolver"
7
-version = "1.0.1"
+version = "1.0.2"
8
description = "Cloudflare Solver - HTTP client with automatic challenge bypass"
readme = "README.md"
authors = [
0 commit comments