Skip to content

Commit 629051f

Browse files
committed
Bump version to 0.1.2
1 parent 74470b7 commit 629051f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
NAME = "spy-ast"
28-
VERSION = "0.1.1"
28+
VERSION = "0.1.2"
2929
ROOT = pathlib.Path(__file__).resolve().parent
3030
PACKAGE_DIR = ROOT / "spy_ast"
3131
VSRC_DIR = ROOT

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "spy-ast"
8-
version = "0.1.1"
8+
version = "0.1.2"
99
description = "Static Python AST parser for a modified Python dialect with match as an expression."
1010
readme = "README.md"
1111
requires-python = ">=3.10"

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Module {
22
name: 'pyast'
33
description: 'V-based parser for a modified Python dialect with match as an expression.'
4-
version: '0.1.1'
4+
version: '0.1.2'
55
license: 'MIT'
66
}

0 commit comments

Comments
 (0)