Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Nov 21, 2016
1 parent 4b7e6d7 commit 8d0a446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

PY26 = (sys.version_info[:2] == (2, 6))
VERSION = (1, 2, 1, 'final', 0)
VERSION = (1, 2, 2, 'final', 0)


def get_version(version=None):
Expand Down

0 comments on commit 8d0a446

Please sign in to comment.