Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 1, 2024
1 parent 5729ba3 commit ef38dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You're advised to stage your files before running it.

```yaml
- repo: https://github.com/MarcoGorelli/polars-upgrade
rev: 0.2.3 # polars-upgrade version goes here
rev: 0.2.4 # polars-upgrade version goes here
hooks:
- id: polars-upgrade
args: [--target-version=0.20.0] # Polars version goes here
Expand Down
2 changes: 1 addition & 1 deletion polars_upgrade/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from __future__ import annotations
__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "polars_upgrade"
version = "0.2.3"
version = "0.2.4"
authors = [
{ name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" },
]
Expand Down

0 comments on commit ef38dc5

Please sign in to comment.