From 609ddb21a9d5581a52401b4eeb903a29d879d724 Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Sat, 28 Oct 2023 12:38:46 +0200 Subject: [PATCH] chore: fix LICENCE --- LICENSE | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 488ddd8..2b2b4e8 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 EnhanceDocs + Copyright 2023 DeployPlex Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index d9709f9..6fb8338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dctl" -version = "0.0.9" +version = "0.0.10" description = "Command Line Interface (CLI) for DeployPlex" authors = ["Alvaro Molina "] license = "Apache-2.0"