aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inverterd/inverterd.py1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/inverterd/inverterd.py b/inverterd/inverterd.py
index b2814d5..4b24e50 100644
--- a/inverterd/inverterd.py
+++ b/inverterd/inverterd.py
@@ -5,6 +5,7 @@ from enum import Enum
class Format(Enum):
JSON = 'json'
+ SIMPLE_JSON = 'simple-json'
TABLE = 'table'
SIMPLE_TABLE = 'simple-table'
diff --git a/setup.cfg b/setup.cfg
index 1416a3c..4f63a5c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = inverterd
-version = 1.0.2
+version = 1.0.3
author = Evgeny Zinoviev
author_email = me@ch1p.io
description =