From ef0f1f12e391e488351dd8f097cb5d72a5691986 Mon Sep 17 00:00:00 2001 From: quillcraftsman Date: Wed, 18 Sep 2024 11:02:27 +0300 Subject: [PATCH] fix License link in README --- README.md | 2 +- tenda_everest/package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eed97e0..6da716f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can find **Full Project Documentation** [here][documentation_path] [![Version](https://img.shields.io/pypi/v/tenda-everest.svg)](https://pypi.python.org/pypi/tenda-everest/) [![Development Status](https://img.shields.io/pypi/status/tenda-everest.svg)](https://pypi.python.org/pypi/tenda-everest) [![Python version](https://img.shields.io/pypi/pyversions/tenda-everest.svg)](https://pypi.python.org/pypi/tenda-everest/) -[![License](https://img.shields.io/pypi/l/tenda-everest)](https://github.com/quillcraftsman/tenda-everestblob/main/LICENSE) +[![License](https://img.shields.io/pypi/l/tenda-everest)](https://github.com/quillcraftsman/tenda-everest/blob/main/LICENSE) [![Wheel](https://img.shields.io/pypi/wheel/tenda-everest.svg)](https://pypi.python.org/pypi/tenda-everest/) #### Support diff --git a/tenda_everest/package.py b/tenda_everest/package.py index 542773c..f006f51 100644 --- a/tenda_everest/package.py +++ b/tenda_everest/package.py @@ -2,5 +2,5 @@ Package info """ name = 'tenda-everest' -version = '0.3.0' +version = '0.3.1' status = '3 - Alpha' \ No newline at end of file