Skip to content

Commit

Permalink
releae<1.0.2>:
Browse files Browse the repository at this point in the history
- change version, readme
  • Loading branch information
masterluo committed May 30, 2023
1 parent 3dde1f9 commit 6d447f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ $ python -m pip install ja3requests
Ja3Requests正式支持Python 3.7+

## 参考
- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [HTTP-RFC](https://www.rfc-editor.org/rfc/rfc2068.html)
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


# Ja3Requests
**Ja3Requests** is An http request library that can customize ja3 fingerprints.
**Ja3Requests** is an http request library that can customize ja3 or h2 fingerprints.

[中文文档](README-zh.md)

Expand Down Expand Up @@ -32,4 +32,5 @@ $ python -m pip install ja3requests
Ja3Requests officially supports Python 3.7+.

## Reference
- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [HTTP-RFC](https://www.rfc-editor.org/rfc/rfc2068.html)
4 changes: 2 additions & 2 deletions ja3requests/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"""

__title__ = "ja3requests"
__description__ = "An http request library that can customize ja3 fingerprints."
__description__ = "An http request library that can customize ja3 or h2 fingerprints."
__url__ = "https://github.com/lxjmaster/ja3requests"
__version__ = "1.0.1"
__version__ = "1.0.2"
__author__ = "Mast Luo"
__author_email__ = "379501669@qq.com"
__license__ = "Apache-2.0 license"
Expand Down

0 comments on commit 6d447f8

Please sign in to comment.