File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if (CMAKE_CXX_STANDARD LESS 17)
44 message (FATAL_ERROR "C++17 or higher is required" )
55endif ()
66
7- project (SimpleMapView VERSION 1.2.0 LANGUAGES CXX )
7+ project (SimpleMapView VERSION 1.2.1 LANGUAGES CXX )
88
99option (SIMPLE_MAP_VIEW_BUILD_QML "Build as QML component" OFF )
1010option (SIMPLE_MAP_VIEW_BUILD_PYTHON_BINDINGS "Build python bindings" OFF )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ QT *= core network positioning
22
33SIMPLE_MAP_VIEW_VERSION_MAJOR = 1
44SIMPLE_MAP_VIEW_VERSION_MINOR = 2
5- SIMPLE_MAP_VIEW_VERSION_PATCH = 0
5+ SIMPLE_MAP_VIEW_VERSION_PATCH = 1
66SIMPLE_MAP_VIEW_QML_URI = com.github.ozguronsoy.SimpleMapView
77
88DEFINES += SIMPLE_MAP_VIEW_VERSION_MAJOR =$$SIMPLE_MAP_VIEW_VERSION_MAJOR
Original file line number Diff line number Diff line change 22requires = [
33 " scikit-build-core" ,
44 " cmake>=3.20" ,
5- " PySide6= =6.10.1" ,
6- " shiboken6= =6.10.1" ,
7- " shiboken6_generator= =6.10.1"
5+ " PySide6> =6.10.1" ,
6+ " shiboken6> =6.10.1" ,
7+ " shiboken6_generator> =6.10.1"
88]
99build-backend = " scikit_build_core.build"
1010
1111[project ]
1212name = " PySimpleMapView"
13- version = " 1.2.0 "
13+ version = " 1.2.1 "
1414description = " Python bindings for the SimpleMapView C++ Qt Widget"
1515
1616[tool .scikit-build ]
You can’t perform that action at this time.
0 commit comments