Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckm45k committed Oct 24, 2023
1 parent cc8906e commit 497ea07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.9'
__version__ = '2.1.0'
__email__ = 'nonpowa@gmail.com'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements = ["wheel", "aiohttp>=3.8.5", "certifi>=2023.7.22", "ujson>=5.8.0", "pytz>=2023.3", "pyrfc3339"]
setup(
name='aioabcpapi',
version='2.0.9',
version='2.1.0',
author='bl4ckm45k',
author_email='nonpowa@gmail.com',
description='Async library for ABCP API',
Expand Down

0 comments on commit 497ea07

Please sign in to comment.