We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5030d04 commit a051584Copy full SHA for a051584
pyiceberg/__init__.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "0.8.0"
+__version__ = "0.8.1"
pyproject.toml
@@ -16,7 +16,7 @@
[tool.poetry]
name = "pyiceberg"
19
-version = "0.8.0"
+version = "0.8.1"
20
readme = "README.md"
21
homepage = "https://py.iceberg.apache.org/"
22
repository = "https://github.com/apache/iceberg-python"
0 commit comments