diff --git a/vmtconnect/__about__.py b/vmtconnect/__about__.py index b880d90..2f785e2 100644 --- a/vmtconnect/__about__.py +++ b/vmtconnect/__about__.py @@ -13,7 +13,7 @@ __title__ = 'vmtconnect' __description__ = 'Turbonomic API Client' -__version__ = '3.0.1.dev' +__version__ = '3.0.2' __author__ = 'R.A. Stern' __author_email__ = 'rastern@gmail.com' __license__ = 'Apache 2.0'