Skip to content

Commit

Permalink
2.3.5 - Bump version for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneLiberty committed Apr 4, 2024
1 parent 61a3ae0 commit ca7ad85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(name="FlipperNested", version="2.3.4", author="AloneLiberty",
setuptools.setup(name="FlipperNested", version="2.3.5", author="AloneLiberty",
description="Recover keys from collected nonces", long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/AloneLiberty/FlipperNestedRecovery",
Expand Down

0 comments on commit ca7ad85

Please sign in to comment.