Skip to content

Commit 3af20c2

Browse files
committed
Removed unused link
1 parent 7c1bb26 commit 3af20c2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,3 @@ In this case memoization topic is one of the targets for improvement, so I can g
158158
You can find other examples of usage in `example.py`
159159

160160
Autogenerated by swagger documentation can be found [here](/README.generated.md).
161-
162-
[1] https://github.com/skygragon/leetcode-cli

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import find_packages, setup # noqa: H301
1313

1414
NAME = "python-leetcode"
15-
VERSION = "1.0.2"
15+
VERSION = "1.0.3"
1616

1717
with open("README.md") as readme:
1818
DESCRIPTION = readme.read()

0 commit comments

Comments
 (0)