Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 6714433

Browse files
committed
Release 0.5.0
1 parent 3b76a33 commit 6714433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hxsoup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = "hxsoup"
1414
__description__ = "Various convenient features related to httpx and BeautifulSoup."
1515
__url__ = "https://github.com/ilotoki0804/WebtoonScraper"
16-
__version_info__ = (0, 4, 1)
16+
__version_info__ = (0, 5, 0)
1717
__version__ = str.join(".", map(str, __version_info__))
1818
__author__ = "ilotoki0804"
1919
__author_email__ = "[email protected]"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hxsoup"
3-
version = "0.4.1" # DO NOT EDIT BY HAND. EDIT __version_info__ INSTEAD.
3+
version = "0.5.0" # DO NOT EDIT BY HAND. EDIT __version_info__ INSTEAD.
44
description = "Various convenient features related to httpx and BeautifulSoup."
55
authors = ["ilotoki0804 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)