Skip to content

Commit 7513b64

Browse files
committed
updated setup.py
1 parent 25de022 commit 7513b64

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
helpfile
2+
__pycache__/
3+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name = 'sort_visualizer',
1010
packages = ['sort_visualizer'],
11-
version = '1.0.5',
11+
version = '1.0.6',
1212
license='MIT',
1313
description = 'Python package to visualize any sorting algorithm',
1414
long_description=README,
1515
long_description_content_type="text/markdown",
1616
author = 'dduck',
1717
author_email = 'famgui14@gmail.com',
1818
url = 'https://github.com/DirectDuck/sorting_visualizer',
19-
download_url = 'https://github.com/DirectDuck/sorting_visualizer/archive/1.0.5.tar.gz',
19+
download_url = 'https://github.com/DirectDuck/sorting_visualizer/archive/1.0.6.tar.gz',
2020
keywords = ['SORT', 'SORTING', 'VISUALIZATION', 'VISUALIZE'],
2121
include_package_data=True,
2222
install_requires=[

0 commit comments

Comments
 (0)