Skip to content

Commit

Permalink
release: terranova v0.4.1 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: obltmachine <[email protected]>
  • Loading branch information
1 parent da07859 commit 5ab9a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typeCheckingMode = "standard"

[tool.poetry]
name = "terranova"
version = "0.4.1-dev"
version = "0.4.1"
description = "Terranova is a thin wrapper for Terraform that provides extra tools and logic to handle Terraform configurations at scale."
authors = ["Adrien Mannocci <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion terranova/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# specific language governing permissions and limitations
# under the License.
#
__version__ = "0.4.1-dev"
__version__ = "0.4.1"

0 comments on commit 5ab9a6e

Please sign in to comment.