Skip to content

Commit

Permalink
0.3.1 (#21)
Browse files Browse the repository at this point in the history
Bumps version, incorporates #19
  • Loading branch information
tnightengale authored Mar 21, 2023
1 parent 31f1579 commit b8e4ec8
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 @@ -63,7 +63,7 @@ Include in `packages.yml`:
```yaml
packages:
- package: tnightengale/dbt_activity_schema
version: 0.2.0
version: 0.3.1
```
For latest release, see
https://github.com/tnightengale/dbt-activity-schema/releases.
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Project name.
name: 'dbt_activity_schema'
version: '0.2.0'
version: '0.3.1'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]

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 = "dbt-activity-schema"
version = "0.0.4"
version = "0.3.1"
description = "A dbt package to create models within the Activity Schema data model framework."
authors = ["Teghan Nightengale <[email protected]>"]
license = "GNU"
Expand Down

0 comments on commit b8e4ec8

Please sign in to comment.