mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-09 10:34:33 +02:00
fix: correct bad version number at runtime
This commit is contained in:
parent
cf867248c2
commit
7b662536ba
@ -1,4 +1 @@
|
|||||||
try:
|
__version__ = "1.3.0"
|
||||||
from sshuttle.version import version as __version__
|
|
||||||
except ImportError:
|
|
||||||
__version__ = "unknown"
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
__version__ = version = '1.2.0'
|
|
Loading…
Reference in New Issue
Block a user