Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Dec 15, 2020
1 parent 1754b87 commit 7677749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROJECT ( gttk )
SET ( PKG_NAME ${PROJECT_NAME} )
SET ( PKG_MAJOR_VERSION 0 )
SET ( PKG_MINOR_VERSION 6 )
SET ( PKG_BUILD_VERSION 0 )
SET ( PKG_BUILD_VERSION 1 )
SET ( PKG_VERSION "${PKG_MAJOR_VERSION}.${PKG_MINOR_VERSION}" )
SET ( PKG_NAME_VERSION ${PKG_NAME}-${PKG_VERSION} )
SET ( PKG_VENDOR "RedFantom" )
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def copy_to_target(self, target: str):

setup(
name="gttk",
version="v0.6.0",
version="v0.6.1",
packages=["gttk"],
description="GTK theme for Tkinter/ttk",
author="The gttk/tile-gtk/gttk authors",
Expand Down

0 comments on commit 7677749

Please sign in to comment.