Skip to content

Commit 7677749

Browse files
committed
Bump version to v0.6.1
1 parent 1754b87 commit 7677749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PROJECT ( gttk )
88
SET ( PKG_NAME ${PROJECT_NAME} )
99
SET ( PKG_MAJOR_VERSION 0 )
1010
SET ( PKG_MINOR_VERSION 6 )
11-
SET ( PKG_BUILD_VERSION 0 )
11+
SET ( PKG_BUILD_VERSION 1 )
1212
SET ( PKG_VERSION "${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
1313
SET ( PKG_NAME_VERSION ${PKG_NAME}-${PKG_VERSION} )
1414
SET ( PKG_VENDOR "RedFantom" )

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def copy_to_target(self, target: str):
185185

186186
setup(
187187
name="gttk",
188-
version="v0.6.0",
188+
version="v0.6.1",
189189
packages=["gttk"],
190190
description="GTK theme for Tkinter/ttk",
191191
author="The gttk/tile-gtk/gttk authors",

0 commit comments

Comments
 (0)