diff --git a/chaperone/cproc/version.py b/chaperone/cproc/version.py index 6fc5f33..edd706f 100644 --- a/chaperone/cproc/version.py +++ b/chaperone/cproc/version.py @@ -1,7 +1,7 @@ # This file is designed to be used as a package module, but also as a main program runnable # by Python2 or Python3 which will print the version. Used in setup.py -VERSION = (0,3,13) +VERSION = (0,3,14) DISPLAY_VERSION = ".".join([str(v) for v in VERSION]) LICENSE = "Apache License, Version 2.0"