Skip to content

Commit

Permalink
Merge pull request #48 from DanSheps/develop
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
DanSheps authored Sep 28, 2024
2 parents 1c6aeb5 + a301d84 commit 2f6603f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Echo concurrency group
run: echo "::info ci-${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Check out NetBox
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "A NetBox Routing Plugin"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["netbox-plugin", ]
version = "0.2.4-alpha1"
version = "0.3.0-alpha1"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2f6603f

Please sign in to comment.