File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030from typing import Optional , Dict
3131
3232
33- __version__ = "1.0.0 "
33+ __version__ = "1.0.3 "
3434__author__ = "SHAdd0WTAka"
3535
3636
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " localportmanager"
7- version = " 1.0.0 "
7+ version = " 1.0.3 "
88authors = [{name = " SHAdd0WTAka" }]
99description = " Zero-dependency local reverse proxy for managing services on dynamic ports"
1010readme = " README.md"
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "localportmanager" ,
11- version = "1.0.0 " ,
11+ version = "1.0.3 " ,
1212 author = "SHAdd0WTAka" ,
1313 description = "Zero-dependency local reverse proxy for managing services on dynamic ports" ,
1414 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments