Skip to content

Commit

Permalink
fix: try to match semantic versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Apr 1, 2022
1 parent dd18f6e commit 7d600ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: appimage-builder
path: 'recipes/appimage-builder/appimage-builder*.AppImage*'
test-pack-bash:
test:
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="appimage_builder",
version="1.0.0a1",
version="1.0.0-alpha.2",
author="Alexis Lopez Zubieta",
author_email="[email protected]",
description="Recipe based AppImage creation meta-tool",
Expand Down

0 comments on commit 7d600ce

Please sign in to comment.