Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Jul 23, 2021
1 parent ac36e43 commit a0221d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="unicaps",
version="0.3.2",
version="0.4.0",
author="Sergey Totmyanin",
author_email="[email protected]",
description="Universal CAPTCHA Solver for humans",
Expand All @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
install_requires=["requests>=2.21.0", "dataclasses>=0.7; python_version == '3.6'"],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion unicaps/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'unicaps'
__description__ = 'Python CAPTCHA solving for Humans.'
__url__ = 'https://github.com/sergey-scat/unicaps'
__version__ = '0.3.2'
__version__ = '0.4.0'
__author__ = 'Sergey Totmyanin'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020-2021 Sergey Totmyanin'

0 comments on commit a0221d7

Please sign in to comment.