Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Oct 23, 2023
1 parent afeff12 commit 90a0238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'asyncdb'
__description__ = ('Library for Asynchronous data source connections '
'Collection of asyncio drivers.')
__version__ = '2.5.4'
__version__ = '2.5.5'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ def readme():
"numpy==1.24.2",
"cryptography==37.0.4",
"aiohttp==3.8.5",
"asyncpg==0.27.0",
"uvloop==0.17.0",
"asyncpg==0.28.0",
"uvloop==0.19.0",
"asyncio==3.4.3",
"faust-cchardet==2.1.18",
"pandas==2.0.3",
"pandas==2.1.1",
"xlrd==2.0.1",
"openpyxl==3.1.2",
"lz4==4.3.2",
Expand Down Expand Up @@ -175,7 +175,7 @@ def readme():
"psycopg-binary>=3.1.8",
],
"postgresql": [
"asyncpg==0.27.0",
"asyncpg==0.28.0",
],
"mysql": [
"asyncmy==0.2.7",
Expand Down

0 comments on commit 90a0238

Please sign in to comment.