forked from israel-dryer/ttkbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor floodgauge variable param (israel-dryer#279)
* Allow user to pass variable and textvariable optional keyword arguments; convert existing fields to private and add getters and setters. * Add missing check for textvariable * add tests for floodgauge variable * Bump version to 1.7.6.1 (unpublished)
- Loading branch information
1 parent
7caad89
commit f882546
Showing
3 changed files
with
56 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
|
||
setuptools.setup( | ||
name="ttkbootstrap", | ||
version="1.7.6", | ||
version="1.7.6.1", | ||
author="Israel Dryer", | ||
author_email="[email protected]", | ||
description="A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters