Skip to content

Commit c17d236

Browse files
committed
Release v0.3
1 parent b3a8d9f commit c17d236

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.2',
5+
version = '0.3',
66
license='MIT',
77
description = 'A fast and memory-optimized string library for heavy-text manipulation',
88
author = 'Wael Boutglay',
99
author_email = '[email protected]',
1010
url = 'https://github.com/btwael/superstring.py',
11-
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.2.tar.gz',
11+
download_url = 'https://github.com/btwael/superstring.py/archive/superstring.py_0.3.tar.gz',
1212
keywords = ['string', 'rope', 'memory-optimized'],
1313
install_requires=[],
1414
classifiers=[

0 commit comments

Comments
 (0)