Skip to content

Commit b374776

Browse files
committed
feat: Add PyPI badge to README
1 parent a65703b commit b374776

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CEDARScript Parser
22

3+
[![PyPI version](https://badge.fury.io/py/cedarscript-ast-parser.svg)](https://pypi.org/project/cedarscript-ast-parser/)
4+
35
CEDARScript Parser is a Python library for parsing and interpreting CEDARScript, a SQL-like language designed for concise code analysis, manipulation, and refactoring tasks.
46

57
## What is CEDARScript?

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cedarscript_ast_parser"
7-
version = "0.1.0.dev1"
7+
version = "0.1.0"
88
description = "A library for parsing and interpreting CEDARScript, a SQL-like language for code analysis and transformations"
99
readme = "README.md"
1010
authors = [{ name = "Elifarley", email = "[email protected]" }]

0 commit comments

Comments
 (0)