From 67fa6693fa3768691641251e01a85170db140477 Mon Sep 17 00:00:00 2001 From: Andrew Sayre Date: Sun, 28 Apr 2019 18:48:39 -0500 Subject: [PATCH] Bump v0.5.0 --- pyheos/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyheos/const.py b/pyheos/const.py index 05e98ae..dfe8816 100644 --- a/pyheos/const.py +++ b/pyheos/const.py @@ -1,7 +1,7 @@ """Define consts for the pyheos package.""" __title__ = "pyheos" -__version__ = "0.4.1" +__version__ = "0.5.0" CLI_PORT = 1255 DEFAULT_TIMEOUT = 10.0