From efc1dd39b41a481eb16020865f1032062663ec85 Mon Sep 17 00:00:00 2001 From: watermarkhu Date: Thu, 9 May 2024 19:07:30 +0800 Subject: [PATCH] bump version --- docs/conf.py | 2 +- pyproject.toml | 2 +- src/textmate_grammar/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e917bf2..238eb12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ # -- Project information ----------------------------------------------------- project = "Texmate Grammar Python" -version = "0.5.0" +version = "0.5.1" copyright = f"{date.today().year}, Mark Shui Hu" author = "Mark Shui Hu" diff --git a/pyproject.toml b/pyproject.toml index 3cc3855..8bfdfbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "textmate-grammar-python" -version = "0.5.0" +version = "0.5.1" description = "A lexer and tokenizer for grammar files as defined by TextMate and used in VSCode, implemented in Python." authors = ["Mark Shui Hu "] license = "MIT" diff --git a/src/textmate_grammar/__init__.py b/src/textmate_grammar/__init__.py index 3d18726..dd9b22c 100644 --- a/src/textmate_grammar/__init__.py +++ b/src/textmate_grammar/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"