From 7d2a2000845483f8be6acec251628d8336e97e7e Mon Sep 17 00:00:00 2001 From: KlochkovHF Date: Tue, 19 Dec 2023 13:45:59 +0300 Subject: [PATCH] tmp --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98528e8..0e99352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ COPY . . RUN pip install --upgrade pip RUN pip install PyGithub pyproject_parser -CMD ["python", "auto_release.py", "--github_token", "2", "--current_branch", "v3"] +CMD ["python", "auto_release.py", "--github_token", "1", "--current_branch", "v3"] diff --git a/pyproject.toml b/pyproject.toml index 319fb4b..c0cbfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "huntflow-api-client" -version = "3.0.0b" +version = "3.0.100" description = "Huntflow API Client for Python" authors = [ {name = "Developers huntflow", email = "developer@huntflow.ru"},