Skip to content

Commit 6065bc7

Browse files
committed
bump version to v1.0.14
1 parent 3f854e2 commit 6065bc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0167)
77
cmake_policy(SET CMP0167 NEW)
88
endif()
99

10-
project(htmlext VERSION 1.0.13)
10+
project(htmlext VERSION 1.0.14)
1111

1212
# Add the top-level cmake module directory to CMAKE_MODULE_PATH
1313
list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/cmake)

libhext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0167)
77
cmake_policy(SET CMP0167 NEW)
88
endif()
99

10-
project(Hext VERSION 1.0.13)
10+
project(Hext VERSION 1.0.14)
1111

1212
# Add the top-level cmake module directory to CMAKE_MODULE_PATH
1313
list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/../cmake)

scripts/github-actions/npm/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hext",
3-
"version": "11.0.13",
3+
"version": "11.0.14",
44
"description": "Domain-specific language for extracting structured data from HTML",
55
"homepage": "https://hext.thomastrapp.com",
66
"bugs": "https://github.com/html-extract/hext/issues",

scripts/github-actions/pypi/assets/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run(self):
3131
setup(
3232
name='hext',
3333
package_data={'hext': ['_hext.so', 'gumbo.license', 'rapidjson.license']},
34-
version='1.0.13',
34+
version='1.0.14',
3535
description="A module and command-line utility to extract structured data from HTML",
3636
long_description=long_description,
3737
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)