diff --git a/pyiceberg/__init__.py b/pyiceberg/__init__.py index 6a71a4d56..42c6e12f1 100644 --- a/pyiceberg/__init__.py +++ b/pyiceberg/__init__.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "0.7.1" +__version__ = "0.8.0" diff --git a/pyproject.toml b/pyproject.toml index bd37cc303..0b02b3f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ # under the License. [tool.poetry] name = "pyiceberg" -version = "0.7.1" +version = "0.8.0" readme = "README.md" homepage = "https://py.iceberg.apache.org/" repository = "https://github.com/apache/iceberg-python"