Skip to content

Commit

Permalink
Snapshot version bump (#15)
Browse files Browse the repository at this point in the history
* Added Snapshots

* Snapshot strategies implemented and passing tests

* Version bump
  • Loading branch information
arosychuk authored Feb 25, 2022
1 parent c38bfc9 commit d673287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pathlib

package_name = "dbt-vertica"
package_version = "1.0.1"
package_version = "1.0.2"
description = """The vertica adapter plugin for dbt (data build tool)"""

HERE = pathlib.Path(__file__).parent
Expand Down

0 comments on commit d673287

Please sign in to comment.