Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
geocoug authored Jul 20, 2024
2 parents 79ae6ce + 902ef2b commit 2481566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pg_upsert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
__url__,
__version__,
)
from .pg_upsert import PgUpsert

__all__ = ["PgUpsert"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ commit_args = "--no-verify"
tag = true

[[tool.bumpversion.files]]
filename = "pg_upsert/pg_upsert.py"
filename = "pg_upsert/__init__.py"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Jinja2==3.1.4
MarkupSafe==2.1.5
nodeenv==1.9.1
packaging==24.1
pkginfo==1.10.0
platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.7.1
Expand All @@ -41,4 +42,4 @@ sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
tabulate==0.9.0
urllib3==2.2.2
virtualenv==20.26.3
virtualenv==20.26.3

0 comments on commit 2481566

Please sign in to comment.