Skip to content

Commit f3e7320

Browse files
committed
Updated dependency: cedarscript-ast-parser>=0.2.2
1 parent d4850c2 commit f3e7320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
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.2.1",
26+
"cedarscript-ast-parser>=0.2.2",
2727
"rope>=1.13.0"
2828
]
2929
requires-python = ">=3.8"

Diff for: src/cedarscript_editor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from cedarscript_editor.cedarscript_editor import CEDARScriptEditor
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55
__all__ = ["CEDARScriptEditor"]
66

0 commit comments

Comments
 (0)