Skip to content

Commit 16d4414

Browse files
committed
update
1 parent 79eb04a commit 16d4414

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dmypy.json
132132
# pycharm
133133
.idea
134134
poetry.lock
135-
135+
*.DS_Store
136136

137137
# docs/node_modules
138138
docs/node_modules

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[tool.poetry]
22
name = "usepy"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
description = "usepy"
5+
homepage = "https://usepy.code05.com/"
56
authors = ["miclon <jcnd@163.com>"]
7+
readme = "README.md"
68
packages = [
79
{ include = 'usepy', from = 'src' }
810
]

0 commit comments

Comments
 (0)