Skip to content

Commit b136439

Browse files
committed
Update version number in pyproject.toml
1 parent 96112ba commit b136439

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msps?style=for-the-badge)
55
![PyPI - License](https://img.shields.io/pypi/l/msps?style=for-the-badge)
66

7-
87
MSPS is a user-friendly tool that simplifies switching between various Maven settings profiles.
98

109
## Requirements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "msps"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Maven Settings Profile Switcher"
99
authors = ["István Földházi <istvan.foldhazi@gmail.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)