Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rforbes authored Jun 7, 2018
1 parent b78e64b commit 8ee7deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laniakea/core/providers/ec2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Ec2CommandLine(object):
Sub command-line interface for the Amazon EC2 provider.
"""
HOME = os.path.dirname(os.path.abspath(__file__))
VERSION = 0.8
VERSION = 1.0.0

@classmethod
def add_arguments(cls, subparsers, dirs):
Expand Down

0 comments on commit 8ee7deb

Please # to comment.