diff pygments_lexer_pseudocode2/__init__.py @ 11:087d67c10039

Make the version a dynamic metadata field
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 18:40:41 +0200
parents 5812e7f3bc13
children 4726325d320d
line wrap: on
line diff
--- a/pygments_lexer_pseudocode2/__init__.py	Sun Apr 19 18:33:31 2026 +0200
+++ b/pygments_lexer_pseudocode2/__init__.py	Sun Apr 19 18:40:41 2026 +0200
@@ -1,3 +1,7 @@
+
+__version__ = "2.0.1"
+
+
 import re
 
 from pygments.lexer import RegexLexer, include, bygroups, using, this