Skip to content

Commit

Permalink
Merge pull request #8
Browse files Browse the repository at this point in the history
Prepare for second release
  • Loading branch information
Bilbottom authored Jan 7, 2024
2 parents 3e90d13 + b828941 commit f7d1d7c
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 @@ -37,7 +37,7 @@ The existing Python modules are available in the dbt Jinja context under the `mo
While in preview, this package is only available from GitHub:

```
pip install git+https://github.com/Bilbottom/[email protected].1
pip install git+https://github.com/Bilbottom/[email protected].2
```

This will be made available on PyPI once it's ready for general use.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dbt-py-wrap" # Not `dbt-py` to avoid confusion with the DbtPy package (PyPI requirement)
version = "0.0.1"
version = "0.0.2"
description = "Python wrapper for dbt-core to extend dbt with custom Python."
readme = "README.md"
authors = ["Bilbottom"]
Expand Down

0 comments on commit f7d1d7c

Please sign in to comment.