Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_policy(SET CMP0135 NEW)
endif()

project(CLIPPy
VERSION 0.5.2
VERSION 0.5.3
DESCRIPTION "Command Line Interface Plus Python"
LANGUAGES CXX)

Expand Down Expand Up @@ -74,7 +74,7 @@ set(Boost_INCLUDE_DIR ${boost_SOURCE_DIR})

FetchContent_Declare(jsonlogic
GIT_REPOSITORY ${JSONLOGIC_FETCH_GIT}
GIT_TAG v0.2.3
GIT_TAG v0.2.4
SOURCE_SUBDIR cpp
)
# set(jsonlogic_INCLUDE_DIR ${jsonlogic_SOURCE_DIR}/cpp/include/jsonlogic)
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llnl-clippy"
version = "0.5.2"
version = "0.5.3"
authors = [
{ name="Roger Pearce"}, { name="Seth Bromberger"}
]
Expand Down
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
semver >= 3.0
jsonlogic-py == 0.2.3
jsonlogic-py == 0.2.4
Loading