Skip to content

Commit

Permalink
Version bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 17, 2017
1 parent 576801d commit ba1d58f
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion captcha/__init__.py
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.2.1'
__version__ = '0.2.2'
__author__ = 'Hsiaoming Yang <[email protected]>'
__homepage__ = 'https://github.com/lepture/captcha'
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -2,8 +2,6 @@
# -*- coding: utf-8 -*-

try:
# python setup.py test
import multiprocessing
from setuptools import setup
except ImportError:
from distutils.core import setup

0 comments on commit ba1d58f

Please sign in to comment.