We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a1091 commit a5ede4eCopy full SHA for a5ede4e
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='tfsumpy',
5
- version='0.0.2',
+ version='0.0.3',
6
description='A Python tool for Terraform state summary and analysis',
7
long_description=open('README.md').read(),
8
long_description_content_type='text/markdown',
tfsumpy/__init__.py
@@ -1,6 +1,6 @@
1
from .plan_analyzer import LocalPlanAnalyzer
from .resource import ResourceChange
-__version__ = '0.0.2'
+__version__ = '0.0.3'
__all__ = ['LocalPlanAnalyzer', 'ResourceChange']
0 commit comments