Skip to content

Commit ac6196f

Browse files
committed
Small refactoring
1 parent ede602b commit ac6196f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<img src="https://img.shields.io/pypi/pyversions/bgfx-python">
1111
<img src="https://img.shields.io/pypi/v/bgfx-python">
1212
<img src="https://img.shields.io/pypi/wheel/bgfx-python">
13-
<a href="https://bintray.com/fbertola/bgfx-python-wheels/bgfx-python/1.0.0/link"><img src="https://api.bintray.com/packages/fbertola/bgfx-python-wheels/bgfx-python/images/download.svg?version=1.0.0"/></a>
1413
<br />
1514
<a href="https://github.com/fbertola/bgfx-python/issues"><img src="https://img.shields.io/github/issues/fbertola/bgfx-python.svg"></a>
1615
<img src="https://img.shields.io/badge/contributions-welcome-orange.svg">
@@ -56,7 +55,7 @@ $ pip install bgfx-python
5655
```
5756

5857
Linux wheels are built with the help of the [ManyLinux](https://github.com/pypa/manylinux) project and, unfortunately, are too large for the PyPi repository.
59-
You can download those wheels from the [Bintray Repository](https://bintray.com/fbertola/bgfx-python-wheels/bgfx-python/1.0.0/link).
58+
You can download those wheels from the [Bintray Repository](https://bintray.com/fbertola/bgfx-python-wheels/bgfx-python/).
6059

6160
### Install from source
6261

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
long_description = ""
1919

2020
package_name = "bgfx-python"
21-
version = "1.0.0"
21+
version = "1.0.1"
2222

2323

2424
class UploadCommand(Command):
25-
"""Support setup.py upload."""
25+
"""Support setup.py upload."""tw
2626

2727
description = 'Build and publish the package.'
2828
user_options = []

0 commit comments

Comments
 (0)