From 2adcf50f91e2f166e9ba030b5dffac5d953b9262 Mon Sep 17 00:00:00 2001 From: Copeland Carter Date: Mon, 3 Jun 2024 19:04:08 -0600 Subject: [PATCH] 2.1.0 -> 2.2.0 --- ezregex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezregex/__init__.py b/ezregex/__init__.py index 6b1182e..cd5451f 100644 --- a/ezregex/__init__.py +++ b/ezregex/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ A readable and intuitive way to generate Regular Expressions """ -__version__ = '2.1.0' +__version__ = '2.2.0' # Import this as a submodule from . import generate