Skip to content

Commit f8dc50c

Browse files
committed
Update setup.py
1 parent cf59705 commit f8dc50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
EMAIL = "python-captcha@pm.me"
1414
AUTHOR = "AndreiDrang"
1515
REQUIRES_PYTHON = ">=3.6.0"
16-
VERSION = "0.0.1"
16+
VERSION = "0.0.2"
1717
with open("requirements.txt", "rt") as requirements_txt:
1818
REQUIRED = [str(requirement) for requirement in parse_requirements(requirements_txt)]
1919

0 commit comments

Comments
 (0)