Skip to content

Commit 7e1cfd1

Browse files
authored
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. -->
1 parent bc1071f commit 7e1cfd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyiceberg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "0.9.0"
18+
__version__ = "0.9.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717
[tool.poetry]
1818
name = "pyiceberg"
19-
version = "0.9.0"
19+
version = "0.9.1"
2020
readme = "README.md"
2121
homepage = "https://py.iceberg.apache.org/"
2222
repository = "https://github.com/apache/iceberg-python"

0 commit comments

Comments
 (0)