We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4835d commit 8f70dc4Copy full SHA for 8f70dc4
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='leetcode_cli',
4
- version='0.2',
+ version='0.1.0',
5
description='A CLI tool to access LeetCode',
6
author='Jakub Kubiak',
7
packages=find_packages(),
0 commit comments