Skip to content

Commit

Permalink
Merge pull request #14 from nrccua/ARCH-534-fix-missing-comma-in-inst…
Browse files Browse the repository at this point in the history
…all_requires

Fix missing comma in install_requires
  • Loading branch information
nrccua-timr authored Feb 8, 2021
2 parents 2ecf218 + d66924c commit f62d2d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ History
=======


v0.10.1 (2021-02-08)
-----------------------

* Add missing comma in install_requires


v0.10.0 (2021-02-08)
-----------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.10.0',
version='0.10.1',
description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -30,7 +30,7 @@
'httpx',
'mandrill',
'orjson',
'psycopg2-binary'
'psycopg2-binary',
'pysmb',
'python-json-logger',
'xlrd'
Expand Down

0 comments on commit f62d2d8

Please sign in to comment.