Skip to content

Commit

Permalink
Prepare 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Dec 1, 2024
1 parent 57b8433 commit 31a9c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "swugenerator"
description = "Generator of Update Packages (SWU) for SWUpdate OTA Agent"
version = "0.3"
version = "0.4"
authors = [
{ name = "Stefano Babic", email = "[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="swugenerator",
version="0.3",
version="0.4",
packages=find_packages(),
url="https://github.com/sbabic/swugenerator",
license="GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion swugenerator/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__summary__ = "SWU Package Generator for SWUpdate"
__uri__ = "https://github.com/sbabic/swugenerator"

__version__ = "0.3"
__version__ = "0.4"

__author__ = "Stefano Babic"
__email__ = "[email protected]"
Expand Down

0 comments on commit 31a9c0f

Please sign in to comment.