Skip to content

Commit 27b9686

Browse files
authored
chore: increment version, include readme in pyp packaging (#26)
1 parent 51d508a commit 27b9686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tool.poetry]
22
name = "tfdevops"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Terraform Support for AWS DevOps Guru"
55
authors = ["Kapil Thangavelu <kapilt@gmail.com>"]
66
license = "Apache-2.0"
7+
readme = "readme.md"
78

89
[tool.poetry.scripts]
910
tfdevops = 'tfdevops.cli:cli'

0 commit comments

Comments
 (0)