File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ endif()
7272
7373project (COLMAP LANGUAGES C CXX )
7474
75- set (COLMAP_VERSION "3.11-dev " )
75+ set (COLMAP_VERSION "3.11.0.dev0 " )
7676
7777set (CMAKE_CXX_STANDARD 14)
7878set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454#
55- # The short X.Y version.
56- version = "3.11-dev "
55+ # The short MAJOR.MINOR.PATCH version.
56+ version = "3.11.0.dev0 "
5757# The full version, including alpha/beta/rc tags.
5858release = version
5959
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pycolmap"
77# WARNING: This version must follow the MAJOR.MINOR.PATCH format. If only
88# MAJOR.MINOR is used, cibuildwheel will add a .dev0 patch version, which
99# results in releasing a pre-release version on PyPI.
10- version = " 3.11.dev0"
10+ version = " 3.11.0. dev0"
1111description = " COLMAP bindings"
1212readme = " README.md"
1313authors = [
You can’t perform that action at this time.
0 commit comments