Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Apr 20, 2024
2 parents 1b56de2 + dd50084 commit 8453f71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions sail/__version__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
from importlib import metadata

try:
version = metadata.version('sailed.io')
except metadata.PackageNotFoundError:
version = '0.0+unknown'

__title__ = 'sail'
__description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean'
__version__ = version
__version__ = '0.10.8'
__author__ = 'Konstantin Kovshenin'
__author_email__ = 'kovshenin@gmail.com'
__url__ = 'https://sailed.io'
Expand Down

0 comments on commit 8453f71

Please sign in to comment.