From 8555076b554583b5438ed5180e2815cf049fb233 Mon Sep 17 00:00:00 2001 From: shellfly Date: Sun, 19 Dec 2021 17:43:25 +0800 Subject: [PATCH] upgrade to 1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b979ffb..e59c9ca 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="algs4", - version="1.0.2", + version="1.0.3", description="A Python implementation library for book algs4", long_description=long_description, long_description_content_type="text/markdown",