Skip to content

Commit

Permalink
bump version to 0.1.1.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantintogoi committed Aug 3, 2024
1 parent ff64f7f commit 5892124
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiookru/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .api import API


__version__ = '0.1.1'
__version__ = '0.1.1.post1'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Konstantin Togoi'

# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.1.1.post1'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@

setup(
name='aiookru',
version='0.1.1',
version='0.1.1.post1',
author='Konstantin Togoi',
author_email='konstantin.togoi@gmail.com',
url='https://github.com/KonstantinTogoi/aiookru',
project_urls={'Documentation': 'https://aiookru.readthedocs.io'},
download_url='https://pypi.org/project/aiookru/',
description='Python ok.ru API wrapper',
long_description=open('README.rst').read(),
license='BSD',
packages=find_packages(),
platforms=['Any'],
python_requires='>=3.5',
install_requires=['aiohttp>=3.0.0', 'yarl'],
setup_requires=['pytest-runner'],
tests_require=['pytest-asyncio', 'pytest-localserver'],
keywords=['ok.ru rest api asyncio'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: AsyncIO',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand All @@ -27,6 +32,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit 5892124

Please sign in to comment.