From b13643934c073117e72533f54b867e30b07b3e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20F=C3=B6ldh=C3=A1zi?= Date: Sat, 2 Mar 2024 11:51:09 +0100 Subject: [PATCH] Update version number in pyproject.toml --- README.md | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d8bdd0..3c530a7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msps?style=for-the-badge) ![PyPI - License](https://img.shields.io/pypi/l/msps?style=for-the-badge) - MSPS is a user-friendly tool that simplifies switching between various Maven settings profiles. ## Requirements diff --git a/pyproject.toml b/pyproject.toml index ce89826..bd65d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "msps" -version = "1.0.0" +version = "1.0.1" description = "Maven Settings Profile Switcher" authors = ["István Földházi "] license = "MIT"