diff --git a/pyproject.toml b/pyproject.toml index bf12f6a..d76ee48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ typeCheckingMode = "standard" [tool.poetry] name = "terranova" -version = "0.6.2-dev" +version = "0.6.2" description = "Terranova is a thin wrapper for Terraform that provides extra tools and logic to handle Terraform configurations at scale." authors = ["Adrien Mannocci "] license = "Apache-2.0" diff --git a/terranova/__init__.py b/terranova/__init__.py index 28b3f0e..fe9be9b 100644 --- a/terranova/__init__.py +++ b/terranova/__init__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -__version__ = "0.6.2-dev" +__version__ = "0.6.2"