Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckm45k committed Mar 8, 2024
1 parent aeb8061 commit 03e4c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aioabcpapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
'Python 3.8+'.format('.'.join(map(str, sys.version_info[:3]))))

__author__ = 'bl4ckm45k'
__version__ = '2.1.1'
__version__ = '2.1.2'
__email__ = 'nonpowa@gmail.com'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
if sys.version_info < (3, 8):
raise RuntimeError('Your Python version {0} is not supported, please install '
'Python 3.8+'.format('.'.join(map(str, sys.version_info[:3]))))
requirements = ["wheel", "aiohttp>=3.8.5", "certifi>=2023.7.22", "ujson>=5.8.0", "pytz>=2023.3", "pyrfc3339"]
requirements = ["wheel", "aiohttp~=3.8.5", "certifi>=2023.7.22", "ujson>=5.8.0", "pytz>=2023.3", "pyrfc3339"]
setup(
name='aioabcpapi',
version='2.1.1',
version='2.1.2',
author='bl4ckm45k',
author_email='nonpowa@gmail.com',
description='Async library for ABCP API',
Expand Down

0 comments on commit 03e4c76

Please sign in to comment.