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 a61212e commit 7e4972dCopy full SHA for 7e4972d
setup.py
@@ -2,13 +2,13 @@
2
setup(
3
name = 'superstring',
4
packages = ['superstring'],
5
- version = '0.3',
+ version = '0.4',
6
license='MIT',
7
description = 'A fast and memory-optimized string library for heavy-text manipulation',
8
author = 'Wael Boutglay',
9
author_email = 'btwael@gmail.com',
10
url = 'https://github.com/btwael/superstring.py',
11
- 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',
12
keywords = ['string', 'rope', 'memory-optimized'],
13
install_requires=[],
14
classifiers=[
0 commit comments