Skip to content

Commit af8943f

Browse files
committed
Update version to 0.1.1.
1 parent 83e065d commit af8943f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "redc"
7-
version = "0.1.1.dev2"
7+
version = "0.1.1"
88
description = "RedC is a high-performance, asynchronous HTTP client library for Python, built on top of the powerful curl library"
99
readme = "README.md"
1010
authors = [{ name = "AYMEN Mohammed", email = "let.me.code.safe@gmail.com" }]

redc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"utils",
1616
]
1717

18-
__version__ = "0.1.1.dev2"
18+
__version__ = "0.1.1"
1919
__copyright__ = "Copyright (c) 2025 RedC, AYMENJD"
2020
__license__ = "MIT License"
2121

0 commit comments

Comments
 (0)