diff --git a/README.md b/README.md index 14c6d11b..b8c3a8e7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![codecov](https://codecov.io/gh/aparcar/asu/branch/master/graph/badge.svg)](https://codecov.io/gh/aparcar/asu) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPi](https://badge.fury.io/py/asu.svg)](https://badge.fury.io/py/asu) This project intends to simplify the sysupgrade process of devices running OpenWrt or distributions based on the former like LibreMesh. The provided tools diff --git a/setup.py b/setup.py index 500a07b9..e2e08b08 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="asu", - version="0.3.0", + version="0.4.0", url="https://github.com/aparcar/asu", maintainer="Paul Spooren", maintainer_email="mail@aparcar.org",