Skip to content

Commit ed36ea2

Browse files
[cmake] Do not give the version to CMake (redundant with python __version__)
1 parent 53f586e commit ed36ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake_policy(SET CMP0074 NEW) # force find_package to take <PackageName>_ROOT va
99
# Project
1010
# ----------------------------------------------------------------------
1111
project(
12-
pytest_parallel VERSION 1.3-dev
12+
pytest_parallel
1313
DESCRIPTION "pytest_parallel extends PyTest to support parallel testing using mpi4py"
1414
)
1515

0 commit comments

Comments
 (0)