From 8ee7deb57ff04513ff90d8421b54fa31c420cfdd Mon Sep 17 00:00:00 2001 From: Raymond Forbes Date: Wed, 6 Jun 2018 18:36:23 -0700 Subject: [PATCH] Update __init__.py --- laniakea/core/providers/ec2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laniakea/core/providers/ec2/__init__.py b/laniakea/core/providers/ec2/__init__.py index cf50343..9c485e7 100644 --- a/laniakea/core/providers/ec2/__init__.py +++ b/laniakea/core/providers/ec2/__init__.py @@ -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):