Skip to content

Commit

Permalink
Bump version to 0.3.0-alpha
Browse files Browse the repository at this point in the history
- update version references
  • Loading branch information
feluelle committed Jun 29, 2022
1 parent 5192030 commit d2eea16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Alternatively you can add the following repo to your `pre-commit-config.yaml`:

```yaml
- repo: https://github.com/feluelle/airflint
rev: v0.2.0-alpha
rev: v0.3.0-alpha
hooks:
- id: airflint
args: ["-a"] # Use -a for replacing inplace
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflint"
version = "0.2.0-alpha"
version = "0.3.0-alpha"
description = "Enforce Best Practices for all your Airflow DAGs. ⭐"
authors = ["Felix Uellendall <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d2eea16

Please sign in to comment.