Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmolnar committed Oct 29, 2023
1 parent ecc91c3 commit 58fd2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "pg-database-utils"
version = "0.8.3"
version = "0.9.0"
description = "A suite of utilities for PostgreSQL database queries and operations built on sqlalchemy"
authors = ["dharvey-consbio <dani.harvey@consbio.org>"]
keywords = ["postgres", "postgresql", "utils", "utilities", "pg_database", "pg_database_utils", "sqlalchemy"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):
long_description=long_description,
long_description_content_type="text/markdown",
keywords="postgres,postgresql,utils,utilities,pg_database,pg_database_utils,sqlalchemy",
version="0.8.3",
version="0.9.0",
license="BSD",
packages=[
"pg_database", "pg_database.tests"
Expand Down

0 comments on commit 58fd2c4

Please sign in to comment.