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"},