diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-16 16:50:47 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-16 16:50:47 +0300 |
commit | 511aedea0207df2a44b95a332aad587f831924f2 (patch) | |
tree | dde56a1049c9cd95558935a97c18416bca1749be | |
parent | 1117fd9b81c256764937713dd70db238f2d72597 (diff) |
-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 = |