Skip to content

Commit c86206a

Browse files
committed
Bump the version
1 parent 904b03c commit c86206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

1616
NAME = "python-leetcode"
17-
VERSION = "1.2.1"
17+
VERSION = "1.2.2"
1818

1919
with open("README.md") as readme:
2020
DESCRIPTION: str = readme.read()

0 commit comments

Comments
 (0)