diff options
-rw-r--r-- | inverterd/inverterd.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
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' @@ -1,6 +1,6 @@ [metadata] name = inverterd -version = 1.0.2 +version = 1.0.3 author = Evgeny Zinoviev author_email = me@ch1p.io description = |