Skip to content

Commit d7955e1

Browse files
author
Agent Zero
committed
chore: Bump version to 1.0.3
1 parent b057c54 commit d7955e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

localportmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from typing import Optional, Dict
3131

3232

33-
__version__ = "1.0.0"
33+
__version__ = "1.0.3"
3434
__author__ = "SHAdd0WTAka"
3535

3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "localportmanager"
7-
version = "1.0.0"
7+
version = "1.0.3"
88
authors = [{name = "SHAdd0WTAka"}]
99
description = "Zero-dependency local reverse proxy for managing services on dynamic ports"
1010
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
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,

0 commit comments

Comments
 (0)