Skip to content

Commit

Permalink
Release patch release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 4, 2023
1 parent 80f0f63 commit 1c95d6e
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
@@ -1,7 +1,7 @@
cmake_policy(SET CMP0091 NEW)
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE)
cmake_minimum_required(VERSION 3.16)
project(tl2cgen LANGUAGES CXX C VERSION 0.2.0)
project(tl2cgen LANGUAGES CXX C VERSION 0.2.1)

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

Expand Down
2 changes: 1 addition & 1 deletion cmake/ExternalLibs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif ()

# Google C++ tests
if (BUILD_CPP_TESTS)
find_package(GTest 1.11.0 CONFIG)
find_package(GTest 1.11.0)
if (NOT GTEST_FOUND)
message(STATUS "Did not find Google Test in the system root. Fetching Google Test now...")
set(gtest_force_shared_crt OFF CACHE BOOL "" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "packager.pep517"

[project]
name = "tl2cgen"
version = "0.2.0"
version = "0.2.1"
authors = [
{name = "Hyunsu Cho", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion python/tl2cgen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 1c95d6e

Please sign in to comment.