Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamusic committed May 9, 2022
1 parent f3b2c5a commit 83b44a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dimcli/VERSION.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dimcli/core/dsl_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83b44a2

Please sign in to comment.