Skip to content

Commit 7e4972d

Browse files
committed
Release v0.4
1 parent a61212e commit 7e4972d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'superstring',
44
packages = ['superstring'],
5-
version = '0.3',
5+
version = '0.4',
66
license='MIT',
77
description = 'A fast and memory-optimized string library for heavy-text manipulation',
88
author = 'Wael Boutglay',
99
author_email = 'btwael@gmail.com',
1010
url = 'https://github.com/btwael/superstring.py',
11-
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.3.tar.gz',
11+
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.4.tar.gz',
1212
keywords = ['string', 'rope', 'memory-optimized'],
1313
install_requires=[],
1414
classifiers=[

0 commit comments

Comments
 (0)