Skip to content

Commit 5cf352b

Browse files
authored
Added Support for PyPI Release (#4)
1 parent 6cf32f5 commit 5cf352b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Version History
22

3-
- 0.1.2: Updated Pipeline To Support Multi-OS (latest)
3+
- 0.1.3: Added Support for PyPI Release (latest)
4+
- 0.1.2: Updated Pipeline To Support Multi-OS
45
- 0.1.1: Introduced Linting
56
- 0.1.0: Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ robust logging solutions, ensuring efficient and resilient application performan
2121
Logger Manager can be installed using pip:
2222

2323
```bash
24-
pip install git+https://github.com/coldsofttech/pyloggermanager.git
24+
pip install pyloggermanager
2525
```
2626

2727
## Usage

pyloggermanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
to implement robust logging solutions, ensuring efficient and resilient application performance.
4848
"""
4949
__name__ = "pyloggermanager"
50-
__version__ = "0.1.2"
50+
__version__ = "0.1.3"
5151

5252
from pyloggermanager import formatters
5353
from pyloggermanager import handlers

0 commit comments

Comments
 (0)