Skip to content

Commit 2f3855d

Browse files
committed
chore: bump version to 1.0.2
1 parent cef9b43 commit 2f3855d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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 = "1.0.1"
2+
current_version = "1.0.2"
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__ = "1.0.1"
12+
__version__ = "1.0.2"
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 = "1.0.1"
7+
version = "1.0.2"
88
description = "Cloudflare Solver - HTTP client with automatic challenge bypass"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)