Skip to content

Commit

Permalink
bump version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Apr 21, 2023
1 parent d80183b commit cc71a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
# Allow cmake to set VERSION variables
# https://cmake.org/cmake/help/latest/policy/CMP0048.html
cmake_policy(SET CMP0048 NEW)
project(htmlext VERSION 1.0.4)
project(htmlext VERSION 1.0.5)

cmake_minimum_required(VERSION 3.8 FATAL_ERROR)

Expand Down
2 changes: 1 addition & 1 deletion libhext/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@
# https://cmake.org/cmake/help/latest/policy/CMP0048.html
cmake_policy(SET CMP0048 NEW)

project(Hext VERSION 1.0.4)
project(Hext VERSION 1.0.5)

cmake_minimum_required(VERSION 3.8 FATAL_ERROR)

Expand Down
2 changes: 1 addition & 1 deletion scripts/github-actions/npm/assets/package.json
@@ -1,6 +1,6 @@
{
"name": "hext",
"version": "11.0.4",
"version": "11.0.5",
"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
Expand Up @@ -31,7 +31,7 @@ def run(self):
setup(
name='hext',
package_data={'hext': ['_hext.so', 'gumbo.license', 'rapidjson.license']},
version='1.0.4',
version='1.0.5',
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 cc71a75

Please sign in to comment.