Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Sep 19, 2013
1 parent 663980c commit e2d42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup

import sys
version = '0.1.2-dev'
version = '2.1.1'

if float("%d.%d" % sys.version_info[:2]) < 2.5:
sys.stderr.write("Your Python version %d.%d.%d is not supported.\n" % sys.version_info[:3])
Expand Down

0 comments on commit e2d42be

Please sign in to comment.