We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74470b7 commit 629051fCopy full SHA for 629051f
3 files changed
build_backend.py
@@ -25,7 +25,7 @@
25
26
27
NAME = "spy-ast"
28
-VERSION = "0.1.1"
+VERSION = "0.1.2"
29
ROOT = pathlib.Path(__file__).resolve().parent
30
PACKAGE_DIR = ROOT / "spy_ast"
31
VSRC_DIR = ROOT
pyproject.toml
@@ -5,7 +5,7 @@ backend-path = ["."]
5
6
[project]
7
name = "spy-ast"
8
-version = "0.1.1"
+version = "0.1.2"
9
description = "Static Python AST parser for a modified Python dialect with match as an expression."
10
readme = "README.md"
11
requires-python = ">=3.10"
v.mod
@@ -1,6 +1,6 @@
1
Module {
2
name: 'pyast'
3
description: 'V-based parser for a modified Python dialect with match as an expression.'
4
- version: '0.1.1'
+ version: '0.1.2'
license: 'MIT'
}
0 commit comments