Skip to content

Commit

Permalink
Python: Set version to 0.2.0 (apache#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Dec 1, 2022
1 parent bf8e68b commit eadf649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/dev/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ First we're going to release a release candidate (RC) and publish it to the publ

## Running a release candidate

Make sure that you're on the version that you want to release.
Make sure that you're on the version that you want to release. And that the version is correct in `pyproject.toml` and `pyiceberg/__init__.py`. Correct means that it reflects the version that you want to release, and doesn't contain any additional modifiers, such as `dev0`.

```bash
export RC=rc1
Expand Down
2 changes: 1 addition & 1 deletion python/pyiceberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "0.2.0.dev0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[tool.poetry]
name = "pyiceberg"
version = "0.2.0.dev0"
version = "0.2.0"
readme = "README.md"
homepage = "https://iceberg.apache.org/"
repository = "https://github.com/apache/iceberg/"
Expand Down

0 comments on commit eadf649

Please sign in to comment.