Skip to content

Commit daa6ebe

Browse files
committed
small fix and refactoring
1 parent 8bb8ccb commit daa6ebe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "memo"
77
authors = [{ name = "Antonio Rodriguez", email = "[email protected]" }]
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "CLI app to manage your Apple Notes and Apple reminders"
1010
readme = "README.md"
1111
license = "MIT"
1212
requires-python = ">=3.13"
1313
dependencies = [
14-
"click>=8.1.8",
15-
"html2text>=2024.2.26",
16-
"mistune>=3.1.3",
17-
"pytest>=8.3.5",
14+
"click>=8.1.8",
15+
"html2text>=2024.2.26",
16+
"mistune>=3.1.3",
17+
"pytest>=8.3.5",
1818
]
1919

2020
[project.urls]

0 commit comments

Comments
 (0)