We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b027d commit 0619033Copy full SHA for 0619033
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='regex_enumerator',
8
- version='0.9.0',
+ version='0.9.1',
9
packages=find_packages(include=['regex_enumerator', 'regex_enumerator.*']),
10
description='Enumerate all strings that match a given regex',
11
author='Vincenzo Greco',
0 commit comments