We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9cb8d commit af3475dCopy full SHA for af3475d
.github/workflows/autorelease.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: Set up PDM
20
uses: pdm-project/setup-pdm@v3
21
with:
22
- python-version: ${{ matrix.python-version }}
23
version: 2.20.1
24
25
- name: Install dependencies
.github/workflows/publish.yml
@@ -14,7 +14,6 @@ jobs:
14
15
16
17
18
- name: Publish package distributions to PyPI
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[project]
3
name = "huntflow-api-client"
4
-version = "2.6.0"
+version = "2.5.0"
5
description = "Huntflow API Client for Python"
6
authors = [
7
{name = "Developers huntflow", email = "[email protected]"},
0 commit comments