From 0ba207b1240ecffda9dcc3fc9c035b5d455a8e35 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <andrew@sayre.net> Date: Mon, 8 Apr 2019 14:42:49 -0500 Subject: [PATCH] Bump v0.3.1 --- pyheos/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyheos/const.py b/pyheos/const.py index d917e0c..01c4c28 100644 --- a/pyheos/const.py +++ b/pyheos/const.py @@ -1,7 +1,7 @@ """Define consts for the pyheos package.""" __title__ = "pyheos" -__version__ = "0.3.0" +__version__ = "0.3.1" CLI_PORT = 1255 DEFAULT_TIMEOUT = 10.0