Skip to content

Commit

Permalink
feat: update v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderMungan committed Dec 12, 2023
1 parent a3b2ca7 commit 802d4e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Overview

Welcome to version 0.7 of the `timeanalysismoon` Python package! This release introduces a decorator designed to measure and print the execution time of functions, providing a simple and effective way to profile your Python code.
Welcome to version 0.9.3 of the `timeanalysismoon` Python package! This release introduces a decorator designed to measure and print the execution time of functions, providing a simple and effective way to profile your Python code.

## Key Features

Expand Down Expand Up @@ -32,7 +32,7 @@ pip install timeanalysismoon
or

```bash
pip install timeanalysismoon==0.7
pip install timeanalysismoon==0.9.3
```

## Compatibility
Expand All @@ -52,6 +52,6 @@ This package is released under the MIT License. See the [LICENSE](https://github

### Author
- CoderMungan
- Pypi.org: [https://pypi.org/project/timeanalysismoon/0.7/](https://pypi.org/project/timeanalysismoon/0.7/)
- Pypi.org: [https://pypi.org/project/timeanalysismoon/0.9.3/](https://pypi.org/project/timeanalysismoon/0.9.3/)
- Email: [email protected]
- Github: [CoderMungan](https://github.com/CoderMungan)
2 changes: 2 additions & 0 deletions timeanalysismoon/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ def wrapper(*args, **kwargs):
@timeanalysismoon
def example():
pass
example()
"""

0 comments on commit 802d4e6

Please sign in to comment.