Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geocoug committed Jul 17, 2024
1 parent 6697e31 commit 8c7ef95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_upsert/pg_upsert.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from psycopg2.sql import SQL, Composable, Identifier, Literal
from tabulate import tabulate

__version__ = "1.0.0"
__version__ = "1.1.0"

description_long = """
Check data in a staging table or set of staging tables, then update and insert (upsert)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ skip-magic-trailing-comma = false
line-ending = "auto"

[tool.bumpversion]
current_version = "1.0.0"
current_version = "1.1.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down

0 comments on commit 8c7ef95

Please sign in to comment.