We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5930df commit 23e060bCopy full SHA for 23e060b
pyiceberg/__init__.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "0.5.1"
+__version__ = "0.6.0"
pyproject.toml
@@ -16,7 +16,7 @@
[tool.poetry]
name = "pyiceberg"
19
-version = "0.5.1"
+version = "0.6.0"
20
readme = "README.md"
21
homepage = "https://py.iceberg.apache.org/"
22
repository = "https://github.com/apache/iceberg-python"
0 commit comments