Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Feb 23, 2024
1 parent 42b8c7d commit 86d5f30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ONESHELL:
SHELL := bash
VERSION := 0.6.0
VERSION := 0.6.1
CURL_VERSION := curl-8.1.1

$(CURL_VERSION):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "curl_cffi"
version = "0.6.0"
version = "0.6.1"
authors = [{ name = "Yifei Kong", email = "[email protected]" }]
description = "libcurl ffi bindings for Python, with impersonation support"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from cffi import FFI

__version__ = "0.6.0"
__version__ = "0.6.1"


def detect_arch():
Expand Down

0 comments on commit 86d5f30

Please sign in to comment.