From a6c4b4a24344c3a3b469cdf79cd79be22fd55515 Mon Sep 17 00:00:00 2001 From: Copeland Carter Date: Mon, 22 Apr 2024 15:31:14 -0600 Subject: [PATCH] 2.0.1 -> 2.1.0 --- ezregex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezregex/__init__.py b/ezregex/__init__.py index 27d66c4..6b1182e 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.0.1' +__version__ = '2.1.0' # Import this as a submodule from . import generate