Skip to content

Commit

Permalink
Submit to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzhi-Ding committed Oct 6, 2022
1 parent a84b9b1 commit 57337d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is definitely an easy function, I believe many guys have written their own

## Installation
```bash
pip install -U py_reminder
pip install py_reminder==1.0.1
```

## Initial configuration
Expand Down
2 changes: 1 addition & 1 deletion py_reminder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name = "py_reminder"

__version__ = "1.0.0"
__version__ = "1.0.1"

__doc__ = """
py_reminder: a simple decorator help you monitor your task progress.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py_reminder"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Wenzhi Ding", email="[email protected]" },
]
Expand Down

0 comments on commit 57337d9

Please sign in to comment.