Skip to content

Commit

Permalink
Update version to 0.6.0 in CMake (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanga committed Apr 27, 2020
1 parent c4f77c2 commit a16a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(torchvision)
set(CMAKE_CXX_STANDARD 14)
set(TORCHVISION_VERSION 0.5.0)
set(TORCHVISION_VERSION 0.6.0)

option(WITH_CUDA "Enable CUDA support" OFF)

Expand Down

0 comments on commit a16a746

Please sign in to comment.