Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
asavchkov committed Nov 29, 2024
1 parent b5855e4 commit 655a386
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 @@ -27,7 +27,7 @@
readme = f.read()

setup(
version='1.10.1',
version='1.10.3',
name='testgres',
packages=['testgres', 'testgres.operations', 'testgres.helpers'],
description='Testing utility for PostgreSQL and its extensions',
Expand Down
2 changes: 1 addition & 1 deletion testgres/plugins/pg_probackup2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(
version='0.0.3',
version='0.0.4',
name='testgres_pg_probackup2',
packages=['pg_probackup2', 'pg_probackup2.storage'],
description='Plugin for testgres that manages pg_probackup2',
Expand Down

0 comments on commit 655a386

Please sign in to comment.