Skip to content

Commit ce97e45

Browse files
committed
bump version to v1.0.4
1 parent 4b0d0f5 commit ce97e45

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Allow cmake to set VERSION variables
44
# https://cmake.org/cmake/help/latest/policy/CMP0048.html
55
cmake_policy(SET CMP0048 NEW)
6-
project(htmlext VERSION 1.0.3)
6+
project(htmlext VERSION 1.0.4)
77

88
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
99

libhext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://cmake.org/cmake/help/latest/policy/CMP0048.html
55
cmake_policy(SET CMP0048 NEW)
66

7-
project(Hext VERSION 1.0.3)
7+
project(Hext VERSION 1.0.4)
88

99
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
1010

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.3",
3+
"version": "11.0.4",
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.3',
34+
version='1.0.4',
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)