bump version since api has changed as a result of reorganization

This commit is contained in:
Noah Levitt 2015-03-18 16:33:07 -07:00
parent 5f84b061f3
commit 016749a822

View File

@ -5,7 +5,7 @@ from setuptools.command.test import test as TestCommand
import sys import sys
import setuptools import setuptools
VERSION_BYTES = b'1.3' VERSION_BYTES = b'1.4'
def full_version_bytes(): def full_version_bytes():
import subprocess, time import subprocess, time