Skip to content

Commit

Permalink
Bump to version v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Mar 21, 2021
1 parent 3a8b144 commit 3e5dd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# tkextrafont
[![Build status](https://ci.appveyor.com/api/projects/status/s64648offncdbmbk/branch/master?svg=true)](https://ci.appveyor.com/project/RedFantom/python-tkextrafont/branch/master)
[![Build status](https://api.travis-ci.com/TkinterEP/python-tkextrafont.svg?branch=master)](https://travis-ci.com/github/TkinterEP/python-tkextrafont/)
[![PyPI version](https://badge.fury.io/py/tkextrafont.svg)](https://pypi.python.org/pypi/tkextrafont)

From the basic concept of [the old version](https://github.com/TkinterEP/python-tkextrafont.old)
of this repository and the [build system](https://github.com/TkinterEP/python-gttk/blob/master/CMakeLists.txt)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def copy_to_target(self, target: str):

setup(
name="tkextrafont",
version="v0.6.0",
version="v0.6.1",
packages=["tkextrafont"],
description="Fonts loader for Tkinter",
author="The extrafont and tkextrafont authors",
Expand Down

0 comments on commit 3e5dd46

Please sign in to comment.