From 016749a822f024b9bb51d33f51b12e04c7094d18 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 18 Mar 2015 16:33:07 -0700 Subject: [PATCH] bump version since api has changed as a result of reorganization --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a917594..beaeba7 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools.command.test import test as TestCommand import sys import setuptools -VERSION_BYTES = b'1.3' +VERSION_BYTES = b'1.4' def full_version_bytes(): import subprocess, time