From e0875c9ea27d92921224bff16655dc551ef16132 Mon Sep 17 00:00:00 2001 From: GeorgWa Date: Tue, 10 Sep 2024 11:38:08 +0200 Subject: [PATCH] bumpversion 1.1.0 --- README.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebba7a9..60aa0e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -[![Python package](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml/badge.svg?branch=release)](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml) [![Python package](https://img.shields.io/badge/version-v1.0.0-blue)](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml) [![Python package](https://img.shields.io/badge/license-MIT-blue)](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml) +[![Python package](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml/badge.svg?branch=release)](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml) +![PyPI - Version](https://img.shields.io/pypi/v/py-lmd) +[![Python package](https://img.shields.io/badge/license-MIT-blue)](https://github.com/MannLabs/py-lmd/actions/workflows/python-package.yml) [![website](https://img.shields.io/website?url=https%3A%2F%2Fmannlabs.github.io/py-lmd/html/index.html)](https://mannlabs.github.io/py-lmd/html/index.html) ![logo](https://github.com/MannLabs/py-lmd/assets/15019107/e7c619a2-69c9-4cb6-8723-fab94c8d3558) diff --git a/setup.py b/setup.py index b988042..9da735c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name="py-lmd", - version="1.0.0", + version="1.1.0", author="Georg Wallmann, Sophia Maedler, Niklas Schmacke", author_email="wallmann@biochem.mpg.de", description="Read, Modify and Create new shape files for the Leica LMD6 & LMD7",