Skip to content

Commit 70bb443

Browse files
committed
Bump version to 0.0.1
1 parent 532132c commit 70bb443

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.1-alpha',
5+
version='0.0.1',
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.1.0'
4+
__version__ = '0.0.1'
55

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

0 commit comments

Comments
 (0)