Skip to content

Commit d1ca4fb

Browse files
committed
update version to 1.2.1
1 parent 591762b commit d1ca4fb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (CMAKE_CXX_STANDARD LESS 17)
44
message(FATAL_ERROR "C++17 or higher is required")
55
endif()
66

7-
project(SimpleMapView VERSION 1.2.0 LANGUAGES CXX)
7+
project(SimpleMapView VERSION 1.2.1 LANGUAGES CXX)
88

99
option(SIMPLE_MAP_VIEW_BUILD_QML "Build as QML component" OFF)
1010
option(SIMPLE_MAP_VIEW_BUILD_PYTHON_BINDINGS "Build python bindings" OFF)

SimpleMapView.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ QT *= core network positioning
22

33
SIMPLE_MAP_VIEW_VERSION_MAJOR = 1
44
SIMPLE_MAP_VIEW_VERSION_MINOR = 2
5-
SIMPLE_MAP_VIEW_VERSION_PATCH = 0
5+
SIMPLE_MAP_VIEW_VERSION_PATCH = 1
66
SIMPLE_MAP_VIEW_QML_URI = com.github.ozguronsoy.SimpleMapView
77

88
DEFINES += SIMPLE_MAP_VIEW_VERSION_MAJOR=$$SIMPLE_MAP_VIEW_VERSION_MAJOR

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
requires = [
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
]
99
build-backend = "scikit_build_core.build"
1010

1111
[project]
1212
name = "PySimpleMapView"
13-
version = "1.2.0"
13+
version = "1.2.1"
1414
description = "Python bindings for the SimpleMapView C++ Qt Widget"
1515

1616
[tool.scikit-build]

0 commit comments

Comments
 (0)