From 8250fe3885b1616835e279e3d93582ae22bf03df Mon Sep 17 00:00:00 2001 From: NeuroAssassin <42872277+NeuroAssassin@users.noreply.github.com> Date: Sun, 13 Sep 2020 01:54:14 +0000 Subject: [PATCH] Version bump --- reddash/app/constants.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reddash/app/constants.py b/reddash/app/constants.py index f839965..bcf9dc2 100644 --- a/reddash/app/constants.py +++ b/reddash/app/constants.py @@ -1,7 +1,7 @@ import threading import websocket -__version__ = "0.1.5a.dev" +__version__ = "0.1.5a" __author__ = "Neuro Assassin#4779" diff --git a/setup.py b/setup.py index a3bae8b..69cdf5b 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="Red-Dashboard", - version="0.1.4a", + version="0.1.5a", description="An easy-to-use interactive web dashboard to control your Redbot.", long_description=README, long_description_content_type="text/markdown",