Skip to content

Commit

Permalink
Bump Version to 0.1.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Chen committed Sep 24, 2012
1 parent fdeb3e9 commit fade9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup

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

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 fade9c0

Please sign in to comment.