Skip to content

Commit

Permalink
fixed handling of schema in PostgreSQL databases
Browse files Browse the repository at this point in the history
  • Loading branch information
demjanp committed Feb 26, 2023
1 parent 9f811b2 commit e929f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def finalize_options(self):

setup(
name="deposit",
version="1.4.37",
version="1.4.38",
description="Graph database focused on scientific data collection.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/deposit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (1, 4, 37)
version_info = (1, 4, 38)

__version__ = '.'.join(map(str, version_info))
__title__ = 'Deposit'
Expand Down

0 comments on commit e929f35

Please sign in to comment.