Skip to content

Commit

Permalink
bump version to v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Oct 17, 2024
1 parent 18eccca commit 77d4f8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
endif()

project(htmlext VERSION 1.0.9)
project(htmlext VERSION 1.0.10)

# Add the top-level cmake module directory to CMAKE_MODULE_PATH
list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/cmake)
Expand Down
2 changes: 1 addition & 1 deletion libhext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
endif()

project(Hext VERSION 1.0.9)
project(Hext VERSION 1.0.10)

# Add the top-level cmake module directory to CMAKE_MODULE_PATH
list(INSERT CMAKE_MODULE_PATH 0 ${PROJECT_SOURCE_DIR}/../cmake)
Expand Down
2 changes: 1 addition & 1 deletion scripts/github-actions/npm/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hext",
"version": "11.0.9",
"version": "11.0.10",
"description": "Domain-specific language for extracting structured data from HTML",
"homepage": "https://hext.thomastrapp.com",
"bugs": "https://github.com/html-extract/hext/issues",
Expand Down
2 changes: 1 addition & 1 deletion scripts/github-actions/pypi/assets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):
setup(
name='hext',
package_data={'hext': ['_hext.so', 'gumbo.license', 'rapidjson.license']},
version='1.0.9',
version='1.0.10',
description="A module and command-line utility to extract structured data from HTML",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 77d4f8b

Please sign in to comment.