Skip to content

Commit

Permalink
One last version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Mar 10, 2024
1 parent 7f7474c commit c707a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from pybind11.setup_helpers import Pybind11Extension

__version__ = "1.1.0"
__version__ = "1.1.1"

setup(
name="can_ada",
Expand Down

0 comments on commit c707a4a

Please sign in to comment.