pymenu-cli 1.0.4__tar.gz → 1.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymenu-cli
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: A Python library for creating interactive CLI menus
5
5
  Home-page: https://github.com/moraneus/pymenu-cli
6
6
  Author: Moraneus
@@ -10,7 +10,7 @@ Description-Content-Type: text/markdown
10
10
 
11
11
  # pymenu-cli
12
12
 
13
- ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi%20package)
13
+ ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi)
14
14
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/pymenu-cli)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
16
16
 
@@ -1,6 +1,6 @@
1
1
  # pymenu-cli
2
2
 
3
- ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi%20package)
3
+ ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi)
4
4
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/pymenu-cli)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pymenu-cli
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: A Python library for creating interactive CLI menus
5
5
  Home-page: https://github.com/moraneus/pymenu-cli
6
6
  Author: Moraneus
@@ -10,7 +10,7 @@ Description-Content-Type: text/markdown
10
10
 
11
11
  # pymenu-cli
12
12
 
13
- ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi%20package)
13
+ ![PyPI](https://img.shields.io/pypi/v/pymenu-cli?label=pypi)
14
14
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/pymenu-cli)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
16
16
 
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name='pymenu-cli',
8
- version='1.0.4',
8
+ version='1.0.5',
9
9
  description='A Python library for creating interactive CLI menus',
10
10
  long_description=long_description,
11
11
  long_description_content_type="text/markdown",
File without changes