Skip to content

Commit 6012b56

Browse files
committed
corrected the version for homebrew
1 parent f38eadb commit 6012b56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "retunnel"
7-
version = "2.5.2"
7+
version = "2.5.3"
88
description = "ReTunnel - Securely expose local servers to the internet"
99
authors = [{name = "ReTunnel Team", email = "support@retunnel.com"}]
1010
license = "MIT"

retunnel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""ReTunnel - Securely expose local servers to the internet."""
22

3-
__version__ = "2.0.3"
3+
__version__ = "2.5.3"
44
__author__ = "ReTunnel Team"
55
__email__ = "support@retunnel.com"
66
__url__ = "https://retunnel.com"

0 commit comments

Comments
 (0)