diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-04-17 14:25:21 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-04-17 14:26:01 -0300 |
commit | b259b179f5ceba60a1d04fef07559c0b01720c31 (patch) | |
tree | a0315c67fddc7919e6d6892e8d1eb15f328057a6 /setup.py | |
parent | 3f9f66712aaa071bd3bb32c46e1e4dc1fed13378 (diff) |
Fix bugs with empty and predicate-only matches
Also clarified the behaviour of empty matches, which match anything, but only once. This behaviour is required for consistency with the rest of the matching rules.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 350ba95..163b9a3 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ import setuptools -setuptools.setup(name="gan0f74bd87a23b515b45da7e6f5d9cc82380443dab", version="2.1.3", packages=["abdl"], install_requires=["pyparsing >= 2.4.2"]) +setuptools.setup(name="gan0f74bd87a23b515b45da7e6f5d9cc82380443dab", version="2.1.4", packages=["abdl"], install_requires=["pyparsing >= 2.4.2"]) |