Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jan 28, 2024
1 parent 0e87c49 commit b7b80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
fetch-depth: 0
- name: Dynamic version
run: "sed -i s/2.0.0.0/2.1.0.$(git rev-list HEAD --count)/g pyproject.toml"
run: "sed -i s/2.0.0.0/2.2.0.$(git rev-list HEAD --count)/g pyproject.toml"
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand Down

0 comments on commit b7b80a5

Please sign in to comment.