Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofelletti committed May 1, 2022
1 parent ed9c859 commit 1fde108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
setup(
name='pyregexp',
packages=['pyregexp'],
version='0.3.0',
version='0.3.1',
license='MIT',
description='Simple regex library',
long_description=long_description,
long_description_content_type='text/markdown',
author='Lorenzo Felletti',
url='https://github.com/lorenzofelletti/pyregex',
download_url='https://github.com/lorenzofelletti/pyregex/archive/v0.2.4.tar.gz',
download_url='https://github.com/lorenzofelletti/pyregex/archive/v0.3.1.tar.gz',
keywords=['regex', 'regexp', 'engine'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 1fde108

Please sign in to comment.