Skip to content

Commit

Permalink
upgrade to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRaziei committed Nov 22, 2023
1 parent 52874b6 commit 2a2cdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ add_executable(test_liburlparser ${TEST_SOURCES})
target_link_libraries(test_liburlparser PRIVATE url::base gtest gtest_main pthread)
target_include_directories(test_liburlparser PRIVATE ${PROJECT_SOURCE_DIR}/tests/cpp)
add_test(NAME unitTests COMMAND test_liburlparser)
# add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
# DEPENDS test_liburlparser)
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} -V DEPENDS test_liburlparser)



Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "liburlparser"
version = "1.4.3"
version = "1.4.4"
description = "Fastest Url parser in the world"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 2a2cdf8

Please sign in to comment.