-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7c12d4
commit a8b464a
Showing
3 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "multivisor", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Manage multiple supervisor instances from a centralized UI", | ||
"author": "Tiago Coutinho <[email protected]>", | ||
"private": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setup( | ||
name="multivisor", | ||
version="6.0.0", | ||
version="6.0.1", | ||
author="Tiago Coutinho", | ||
author_email="[email protected]", | ||
description="A centralized supervisor UI (web & CLI)", | ||
|