Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Jul 17, 2022
1 parent d06dae1 commit e8dbccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10.5
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.10.5
- name: Install pypa/build
Expand Down
2 changes: 1 addition & 1 deletion macapype/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1.1-dev5'
__version__ = '0.3.1.1-dev6'

0 comments on commit e8dbccf

Please sign in to comment.