Skip to content

Commit

Permalink
merging and increasing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rikojacob committed Jan 28, 2018
2 parents dd20b50 + 19ae4a9 commit 5de5cc9
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,7 +2,7 @@

setup(
name="algs4_python",
version="0.2.1.0",
version="0.2.1.1",
packages= [
'algs4.fundamentals',
'algs4.sorting',
Expand All @@ -26,7 +26,7 @@
description="A translation of the algorithms covered in the book Algorithms 4th edition, for use in an introductory algorithms course at The IT University of Copenhagen.",

install_requires = [
# 'numpy',
# 'numpy',
#'pygame',
],

Expand Down

0 comments on commit 5de5cc9

Please sign in to comment.