From 345d25ec4a004dadbc69ceb7b015fca8130c8da5 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:44:36 -0600 Subject: [PATCH] Bump 0.7.2 --- pyheos/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyheos/const.py b/pyheos/const.py index 17b6783..6203028 100644 --- a/pyheos/const.py +++ b/pyheos/const.py @@ -1,7 +1,7 @@ """Define consts for the pyheos package.""" __title__ = "pyheos" -__version__ = "0.7.1" +__version__ = "0.7.2" CLI_PORT = 1255 DEFAULT_TIMEOUT = 10.0