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