Skip to content

Commit 53aec81

Browse files
committed
Bump version
1 parent 36efcdb commit 53aec81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL := bash
33

44
# this is the upstream libcurl-impersonate version
5-
VERSION := 1.0.0
5+
VERSION := 1.0.1
66
CURL_VERSION := curl-8_13_0
77

88
$(CURL_VERSION):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "curl_cffi"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = [{ name = "lexiforest", email = "[email protected]" }]
55
description = "libcurl ffi bindings for Python, with impersonation support."
66
license = { text = "MIT License" }

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from cffi import FFI
1212

1313
# this is the upstream libcurl-impersonate version
14-
__version__ = "1.0.0"
14+
__version__ = "1.0.1"
1515

1616

1717
def detect_arch():

0 commit comments

Comments
 (0)