fix: correct bad version number at runtime

This commit is contained in:
Brian May 2025-03-12 08:45:02 +11:00
parent cf867248c2
commit 7b662536ba
No known key found for this signature in database
GPG Key ID: 2A92599257644AFA
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1 @@
try:
from sshuttle.version import version as __version__
except ImportError:
__version__ = "unknown"
__version__ = "1.3.0"

View File

@ -1 +0,0 @@
__version__ = version = '1.2.0'