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 5b2b2a8 commit fc1fa85Copy full SHA for fc1fa85
myproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pyleetcode-cli"
7
-version = "0.1.1"
+version = "0.1.0"
8
authors = [
9
{ name="Jakub Kubiak", email="jakubkubiak234@gmail.com" },
10
]
setup.py
@@ -4,7 +4,7 @@
long_description = f.read()
setup(name='pyleetcode-cli',
- version='0.1.1',
+ version='0.1.0',
description='A CLI tool to access LeetCode',
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments