Skip to content

Commit d39a152

Browse files
committed
Upgrade version, fix readme
1 parent b8f0cae commit d39a152

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/BasicReturns?labelColor=black&color=orange)](https://pypi.org/project/BasicReturns/)
55
[![PyPI - License](https://img.shields.io/pypi/l/BasicReturns?logoColor=orange&labelColor=black&color=orange)
66
](https://opensource.org/licenses/MIT)
7-
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/initvenv?period=total&units=NONE&left_color=BLACK&right_color=ORANGE&left_text=downloads)](https://pepy.tech/projects/initvenv)
7+
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/BasicReturns?period=total&units=NONE&left_color=BLACK&right_color=ORANGE&left_text=downloads)](https://pepy.tech/projects/BasicReturns)
88

99
**Standardizes function return values across Python applications to enhance code consistency, readability, and maintainability.**
1010

pyproject.toml

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

55
[project]
66
name = "BasicReturns"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Standardizes function return values across Python applications to enhance code consistency, readability, and maintainability."
99
readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
1010
license = "MIT"

src/BasicReturns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__: str = 'tutosrive'
44
__org__: str = 'Dev2Forge'
5-
__version__: str = '0.1.1'
5+
__version__: str = '0.1.2'
66
__web_page__: str = 'https://pypi.org/project/BasicReturns'
77
__doc__: str = 'All functions ever return the same models with particulars properties'
88
__all__: list[str] = ['BasicReturn', 'DataAndMsgReturn']

0 commit comments

Comments
 (0)