Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumrich committed Feb 26, 2021
1 parent a775399 commit b244520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncpgsa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.27.0'
__version__ = '0.27.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name='asyncpgsa',
version=version['__version__'],
install_requires=[
'asyncpg<=0.22.0',
'asyncpg>=0.22.0',
'sqlalchemy',
],
packages=['asyncpgsa', 'asyncpgsa.testing'],
Expand Down

0 comments on commit b244520

Please sign in to comment.