Skip to content

Commit b27943b

Browse files
committed
2.3.0
1 parent 5064f22 commit b27943b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project(pyjs VERSION 2.1.1 DESCRIPTION "pyjs")
3+
project(pyjs VERSION 2.3.0 DESCRIPTION "pyjs")
44

55
option(BUILD_RUNTIME_BROWSER "Build runtime" ON)
66
option(WITH_NODE_TESTS "With node tests" OFF)
@@ -295,4 +295,4 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/module/pyjs
295295
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/python${PY_VERSION}/site-packages
296296
FILES_MATCHING PATTERN "*.py"
297297
PATTERN "__pycache__" EXCLUDE
298-
)
298+
)

0 commit comments

Comments
 (0)