Skip to content

Commit 96ad1ab

Browse files
committed
feat: prepare v1.8.0
1 parent 36aa84b commit 96ad1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8...3.31)
2-
project(html2md VERSION 1.7.0 LANGUAGES CXX)
2+
project(html2md VERSION 1.8.0 LANGUAGES CXX)
33

44
set(PROJECT_HOMEPAGE_URL "https://tim-gromeyer.github.io/html2md/")
55
set(html2md_HOMEPAGE_URL "${PROJECT_HOMEPAGE_URL}")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Transform your HTML into clean, easy-to-read markdown with pyhtml
1111
readme = "python/README.md"
1212
requires-python = ">=3.7"
1313
license = { text = "MIT" }
14-
version = "1.7.0"
14+
version = "1.8.0"
1515
classifiers = [
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)