Skip to content

Commit a5ede4e

Browse files
committed
Bump version to 0.0.3
1 parent f4a1091 commit a5ede4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='tfsumpy',
5-
version='0.0.2',
5+
version='0.0.3',
66
description='A Python tool for Terraform state summary and analysis',
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',

tfsumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .plan_analyzer import LocalPlanAnalyzer
22
from .resource import ResourceChange
33

4-
__version__ = '0.0.2'
4+
__version__ = '0.0.3'
55

66
__all__ = ['LocalPlanAnalyzer', 'ResourceChange']

0 commit comments

Comments
 (0)