Bump to 0.9.1 (#1950)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
# Are these changes tested?
# Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->diff --git a/pyiceberg/__init__.py b/pyiceberg/__init__.py
index e97de92..0aa44f4 100644
--- a/pyiceberg/__init__.py
+++ b/pyiceberg/__init__.py
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-__version__ = "0.9.0"
+__version__ = "0.9.1"
diff --git a/pyproject.toml b/pyproject.toml
index d197d8b..0a9d0e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
# under the License.
[tool.poetry]
name = "pyiceberg"
-version = "0.9.0"
+version = "0.9.1"
readme = "README.md"
homepage = "https://py.iceberg.apache.org/"
repository = "https://github.com/apache/iceberg-python"