Skip to content

Commit 3e5dd46

Browse files
committed
Bump to version v0.6.1
1 parent 3a8b144 commit 3e5dd46

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# tkextrafont
22
[![Build status](https://ci.appveyor.com/api/projects/status/s64648offncdbmbk/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/python-tkextrafont/branch/master)
33
[![Build status](https://api.travis-ci.com/TkinterEP/python-tkextrafont.svg?branch=master)](https://travis-ci.com/github/TkinterEP/python-tkextrafont/)
4+
[![PyPI version](https://badge.fury.io/py/tkextrafont.svg)](https://pypi.python.org/pypi/tkextrafont)
45

56
From the basic concept of [the old version](https://github.com/TkinterEP/python-tkextrafont.old)
67
of this repository and the [build system](https://github.com/TkinterEP/python-gttk/blob/master/CMakeLists.txt)

setup.py

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

180180
setup(
181181
name="tkextrafont",
182-
version="v0.6.0",
182+
version="v0.6.1",
183183
packages=["tkextrafont"],
184184
description="Fonts loader for Tkinter",
185185
author="The extrafont and tkextrafont authors",

0 commit comments

Comments
 (0)