From cc3510b80719cfe0927659d6b2f2431e39a20998 Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Sun, 7 Jun 2026 03:01:25 -0400
Subject: [PATCH] chore(main): release 0.10.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 8 ++++----
openfeature/version.py | 2 +-
pyproject.toml | 2 +-
5 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 336b1d82..7f0b996d 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.10.0"}
\ No newline at end of file
+{".":"0.10.1"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af0d6d6c..ae902458 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.10.1](https://github.com/open-feature/python-sdk/compare/v0.10.0...v0.10.1) (2026-06-07)
+
+
+### 🧹 Chore
+
+* **deps:** update codecov/codecov-action action to v7 ([#612](https://github.com/open-feature/python-sdk/issues/612)) ([da485f3](https://github.com/open-feature/python-sdk/commit/da485f3ec51822342f88ec7a294500a25c04cf08))
+
## [0.10.0](https://github.com/open-feature/python-sdk/compare/v0.9.0...v0.10.0) (2026-06-01)
diff --git a/README.md b/README.md
index f319dc92..dc6d9f5b 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
-
-
+
+
@@ -60,13 +60,13 @@
#### Pip install
```bash
-pip install openfeature-sdk==0.10.0
+pip install openfeature-sdk==0.10.1
```
#### requirements.txt
```bash
-openfeature-sdk==0.10.0
+openfeature-sdk==0.10.1
```
```python
diff --git a/openfeature/version.py b/openfeature/version.py
index 61fb31ca..1f4c4d43 100644
--- a/openfeature/version.py
+++ b/openfeature/version.py
@@ -1 +1 @@
-__version__ = "0.10.0"
+__version__ = "0.10.1"
diff --git a/pyproject.toml b/pyproject.toml
index e8e8e6ee..4c5b48ee 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ requires = [ "uv-build~=0.11.0" ]
[project]
name = "openfeature-sdk"
-version = "0.10.0"
+version = "0.10.1"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
keywords = [