Skip to content

Commit 112ea06

Browse files
committed
Bump minor for new release
1 parent 15f9440 commit 112ea06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ With this package's approach, people don't need to learn another tool and can co
3131
### Installation
3232

3333
- Create a Python virtual environment and activate it
34-
- Run `pip install dbt-jobs-as-code` (or `pip install dbt-jobs-as-code~=0.7` to install a specific release and its patches)
34+
- Run `pip install dbt-jobs-as-code` (or `pip install dbt-jobs-as-code~=0.9` to install a specific release and its patches)
3535

3636
The CLI is now available as `dbt-jobs-as-code`
3737

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt-jobs-as-code"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
description = "A CLI to allow defining dbt Cloud jobs as code"
55
authors = ["dbt Labs <info@dbtlabs.com>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)