Skip to content

Commit fc1fa85

Browse files
committed
version init
1 parent 5b2b2a8 commit fc1fa85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyleetcode-cli"
7-
version = "0.1.1"
7+
version = "0.1.0"
88
authors = [
99
{ name="Jakub Kubiak", email="jakubkubiak234@gmail.com" },
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = f.read()
55

66
setup(name='pyleetcode-cli',
7-
version='0.1.1',
7+
version='0.1.0',
88
description='A CLI tool to access LeetCode',
99
long_description=long_description,
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)