Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed May 19, 2021
1 parent d642a10 commit 1a71f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="img/logo.svg" alt="python-hmr logo" align="left" height="50" />
<img src="https://raw.githubusercontent.com/Mr-Milk/python-hmr/d642a1054d5502a020f107bebecba41abeb4c7ea/img/logo.svg" alt="python-hmr logo" align="left" height="50" />

# Python Hot Module Reload

Expand All @@ -11,7 +11,7 @@ Automatic reload your project when files are modified.

No need to modify your source code.

![reload](img/reload_func.gif)
![reload](https://github.com/Mr-Milk/python-hmr/blob/main/img/reload_func.gif?raw=true)

Supported Syntax:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="Hot module reload for python",
long_description=README,
long_description_content_type="text/markdown",
version="0.1.0",
version="0.1.1",
author="Mr-Milk",
url="https://github.com/Mr-Milk/python-hmr",
author_email="[email protected]",
Expand Down

0 comments on commit 1a71f34

Please sign in to comment.