Skip to content

Commit

Permalink
0.1.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
Neuro Assassin committed May 31, 2020
1 parent e5d3f04 commit 0cf6b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reddash/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __exit__(self, *args):
self.lock.release()

global __version__
__version__ = "0.1.0a"
__version__ = "0.1.2a"
__author__ = "Neuro Assassin#4779"

# In case the dashboard cog isn't loaded
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="Red-Dashboard",
version="0.1.1a",
version="0.1.2a",
description="An easy-to-use interactive web dashboard to control your Redbot.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0cf6b13

Please sign in to comment.