Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Sep 3, 2021
1 parent 093b3af commit 0bcf86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="unicaps",
version="0.4.0",
version="0.5.1",
author="Sergey Totmyanin",
author_email="[email protected]",
description="Universal CAPTCHA Solver for humans",
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.5.0'
__version__ = '0.5.1'
__author__ = 'Sergey Totmyanin'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020-2021 Sergey Totmyanin'

0 comments on commit 0bcf86f

Please sign in to comment.