Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
KlochkovHF committed Dec 19, 2023
1 parent 2f30b55 commit 7d2a200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"},
Expand Down

0 comments on commit 7d2a200

Please sign in to comment.