Skip to content

Commit 17aed29

Browse files
committed
Fixed exports
1 parent a0ec540 commit 17aed29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"]
2525
dependencies = [
26-
"cedarscript-ast-parser>=0.1.4",
26+
"cedarscript-ast-parser>=0.1.5",
2727
]
2828
requires-python = ">=3.12"
2929

src/cedarscript_editor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .cedarscript_editor_kotlin import KotlinCEDARScriptEditor
33
from .cedarscript_editor_python import PythonCEDARScriptEditor
44

5-
__version__ = "0.1.6"
5+
__version__ = "0.1.7"
66

7-
__all__ = ["JavaCEDARScriptEditor", "KotlinCEDARScriptEditor", "PythonCEDARScriptEditor"]
7+
__all__ = ["PythonCEDARScriptEditor"]

0 commit comments

Comments
 (0)