diff --git a/src/dictrule/__version__.py b/src/dictrule/__version__.py index 5572563..174e00f 100644 --- a/src/dictrule/__version__.py +++ b/src/dictrule/__version__.py @@ -10,7 +10,7 @@ __title__ = "dictrule" __description__ = "Python rules defined by a dict and a text generator from the rules" __url__ = "https://github.com/elhoangvu/dictrule" -__version__ = "0.4.2" +__version__ = "0.4.3" __author__ = "Zooxy Le" __author_email__ = "elhoangvu@gmail.com" __license__ = "MIT License"