diff --git a/README.md b/README.md index c3d1caf..73ec350 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 94dfb6b..857b994 100644 --- a/setup.py +++ b/setup.py @@ -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",