Skip to content

Commit

Permalink
minor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
watermarkhu committed Feb 17, 2024
1 parent 330509f commit 242d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################################### poetry #####################################
[tool.poetry]
name = "textmate-grammar-python"
version = "0.1.2"
version = "0.2.0"
description = "An interpreter for grammar files as defined by TextMate and used in VSCode, implemented in Python. TextMate grammars use the oniguruma dialect (https://github.com/kkos/oniguruma). Supports loading grammar files from JSON, PLIST, or YAML format."
authors = ["Mark Shui Hu <watermarkhu@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 242d6a2

Please sign in to comment.