Skip to content

Commit 3cd5059

Browse files
committed
0.1.10
1 parent 17aed29 commit 3cd5059

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ classifiers = [
2323
]
2424
keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"]
2525
dependencies = [
26-
"cedarscript-ast-parser>=0.1.5",
26+
"cedarscript-ast-parser>=0.1.6",
27+
"rope>=1.13.0"
2728
]
28-
requires-python = ">=3.12"
29+
requires-python = ">=3.8"
2930

3031
[project.urls]
3132
Homepage = "https://github.com/CEDARScript/cedarscript-editor-python"

src/cedarscript_editor/__init__.py

+1-1
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.7"
5+
__version__ = "0.1.10"
66

77
__all__ = ["PythonCEDARScriptEditor"]

0 commit comments

Comments
 (0)