From 83b44a26334335adb6d05d0cd810f85aff28b2ea Mon Sep 17 00:00:00 2001 From: lambdamusic Date: Mon, 9 May 2022 15:14:00 +0100 Subject: [PATCH] fix typo --- dimcli/VERSION.py | 2 +- dimcli/core/dsl_grammar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dimcli/VERSION.py b/dimcli/VERSION.py index f7b42e6..a9ed13b 100644 --- a/dimcli/VERSION.py +++ b/dimcli/VERSION.py @@ -1,7 +1,7 @@ # !/usr/bin/env python # -*- coding: UTF-8 -*- -__version__ = "0.9.7" # LATEST? => https://pypi.org/project/dimcli/ +__version__ = "0.9.7.1" # LATEST? => https://pypi.org/project/dimcli/ __copyright__ = "CopyRight (C) 2018-2022 by Digital Science" __license__ = "MIT" __author__ = "Michele Pasin" diff --git a/dimcli/core/dsl_grammar.py b/dimcli/core/dsl_grammar.py index 7f892da..985b871 100644 --- a/dimcli/core/dsl_grammar.py +++ b/dimcli/core/dsl_grammar.py @@ -6,7 +6,7 @@ # then maybe we can have 'children' as a key for nested objects from .dsl_grammar_extras import * -from .dsl_grammar_core_BK import * +from .dsl_grammar_core import * from .dsl_grammar_categories import * if True: