Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium authored and gotlium committed Apr 7, 2014
1 parent 253a36a commit 60e3e71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
include tox.ini
include requirements/*
recursive-exclude * .DS_Store
recursive-include antigate *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='antigate',
version="1.2.1",
version="1.3",
description='Easy wrapper for antigate.com',
keywords="antigate captcha",
long_description=open('README.rst').read(),
Expand Down
2 changes: 1 addition & 1 deletion test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from antigate import AntiGate

API_KEY = "2609aa867da257483fc81ce6024ebb46"
API_KEY = "e40fba1aabd4acf4266183acd661d8c1"
IMAGE1 = "captcha/123.jpg"
IMAGE2 = "captcha/456.jpg"

Expand Down

0 comments on commit 60e3e71

Please sign in to comment.