Skip to content

Commit

Permalink
Bump version (1.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Feb 29, 2024
1 parent 94dce1b commit 72860b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="1.2.2",
version="1.3.0",
author="Sergey Scat",
author_email="[email protected]",
description="Universal CAPTCHA Solver for humans",
Expand Down
4 changes: 2 additions & 2 deletions 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__ = '1.2.2'
__version__ = '1.3.0'
__author__ = 'Sergey Scat'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020-2023 Sergey Scat'
__copyright__ = 'Copyright 2020-2024 Sergey Scat'

0 comments on commit 72860b0

Please sign in to comment.