diff options
| author | Bobby <[email protected]> | 2022-12-22 11:40:11 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-22 11:40:11 -0500 |
| commit | 9504f9c9b0df3f04ffe36542b7eb390da4276ae3 (patch) | |
| tree | 17f7b1b3b2014a3536bb7f39719cbb3935ec9787 /setup.py | |
| parent | 06fcc9b667884f8c417038f6c08f447c87779dda (diff) | |
| download | edify-9504f9c9b0df3f04ffe36542b7eb390da4276ae3.tar.xz edify-9504f9c9b0df3f04ffe36542b7eb390da4276ae3.zip | |
Bump version: 0.2.1 → 0.2.2
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ def read(*names, **kwargs): setup( name='edify', - version='0.2.1', + version='0.2.2', license='Apache-2.0', description='Regular Expressions Made Simple', long_description='{}\n{}'.format( |
