Skip to content

Commit

Permalink
Bumped the version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Apr 6, 2024
1 parent 3daf2c6 commit 75fa735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default OFF" OF

# just change version for releases
# keep this in sync with the version in pyqt/pyproject.toml
set(QTERMWIDGET_VERSION_MAJOR "1")
set(QTERMWIDGET_VERSION_MINOR "4")
set(QTERMWIDGET_VERSION_MAJOR "2")
set(QTERMWIDGET_VERSION_MINOR "0")
set(QTERMWIDGET_VERSION_PATCH "0")

set(QTERMWIDGET_VERSION "${QTERMWIDGET_VERSION_MAJOR}.${QTERMWIDGET_VERSION_MINOR}.${QTERMWIDGET_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion pyqt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build-backend = "sipbuild.api"

[tool.sip.metadata]
name = "QTermWidget"
version = "1.4.0"
version = "2.0.0"
requires-dist = ["PyQt6"]

0 comments on commit 75fa735

Please sign in to comment.