Skip to content

Commit

Permalink
0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EcmaXp committed Feb 24, 2024
1 parent 35a276f commit dcd6ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "reloader.py"
version = "0.8.6"
version = "0.8.7"
description = "A simple script reloader"
license = "MIT"
authors = ["EcmaXp <ecmaxp@ecmaxp.kr>"]
repository = "https://github.com/EcmaXp/reloader.py"
packages = [
{include = "reloader.py"},
]
Expand Down
6 changes: 3 additions & 3 deletions reloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
from watchdog.observers import Observer

__author__ = "EcmaXp"
__version__ = "0.8.6"
__license__ = "The MIT License"
__url__ = "https://github.com/EcmaXp/reloader.py"
__version__ = "0.8.7"
__license__ = "MIT"
__url__ = "https://pypi.org/project/reloader.py/"


T = TypeVar("T")
Expand Down

0 comments on commit dcd6ae5

Please sign in to comment.