diff options
| author | Bobby <[email protected]> | 2022-11-27 16:50:09 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-27 16:50:09 -0500 |
| commit | b03affb990401205f19ed2747aeab00434896d8d (patch) | |
| tree | a383199437d3582bff2152ab80368d5791a183dd /setup.py | |
| parent | 73edbdcc0f258fd53a742397b4f993b9ec9a78ab (diff) | |
| download | edify-b03affb990401205f19ed2747aeab00434896d8d.tar.xz edify-b03affb990401205f19ed2747aeab00434896d8d.zip | |
Revert "Bump version: 0.2.0 → 0.3.0"
This reverts commit 73edbdcc0f258fd53a742397b4f993b9ec9a78ab.
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.3.0', + version='0.2.0', license='Apache-2.0', description='Regular Expressions Made Simple', long_description='{}\n{}'.format( |
