Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
btwael committed Apr 9, 2020
1 parent a61212e commit 7e4972d
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 @@ -2,13 +2,13 @@
setup(
name = 'superstring',
packages = ['superstring'],
version = '0.3',
version = '0.4',
license='MIT',
description = 'A fast and memory-optimized string library for heavy-text manipulation',
author = 'Wael Boutglay',
author_email = '[email protected]',
url = 'https://github.com/btwael/superstring.py',
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.3.tar.gz',
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.4.tar.gz',
keywords = ['string', 'rope', 'memory-optimized'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 7e4972d

Please sign in to comment.