Skip to content

Commit 4f4ad48

Browse files
committed
info update
1 parent 76cc485 commit 4f4ad48

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://github.com/SilkePilon/youdotcom/"><img src="https://github.com/SilkePilon/youdotcom/blob/main/youdotcom.png?raw=true" alt="Markdownify" width="200"></a>
55
<br>
66
<br>
7-
YouDotCom for python v1.0.21
7+
YouDotCom for python v1.0.22
88
<br>
99
</h1>
1010

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "youdotcom"
8-
version = "1.0.21"
9-
description = "unofficial api wrapper for you.com and all of its apps"
8+
version = "1.0.22"
9+
description = "official api wrapper for you.com and all of its apps"
1010
readme = "README.md"
11-
authors = ["youdotcom <[email protected]>"]
11+
authors = ["SilkePilon <[email protected]>"]
1212
license = "MIT"
13-
repository = "https://github.com/silkepilon/youdotcom"
14-
homepage = "https://github.com/silkepilon/youdotcom"
13+
repository = "https://github.com/You-OpenSource/You-Python"
14+
homepage = "https://github.com/You-OpenSource/You-Python"
1515

1616
# Keywords description https://python-poetry.org/docs/pyproject/#keywords
1717
keywords = [] #! Update me

tests/test_example/test.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
import os
2-
import sys
3-
import time
4-
5-
from click_shell import shell
6-
7-
import youdotcom
1+
from youdotcom import Webdriver

0 commit comments

Comments
 (0)