Skip to content

Commit

Permalink
Prepare 0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Mar 29, 2024
1 parent 52a357e commit e067c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2",
version="0.3",
packages=find_packages(),
url="https://github.com/sbabic/swugenerator",
license="GPLv3",
Expand Down
4 changes: 2 additions & 2 deletions swugenerator/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
__summary__ = "SWU Package Generator for SWUpdate"
__uri__ = "https://github.com/sbabic/swugenerator"

__version__ = "0.2"
__version__ = "0.3"

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

__license__ = "GPL version 3"
__copyright__ = f"Copyright 2022 {__author__}"
__copyright__ = f"Copyright 2022-2024 {__author__}"

0 comments on commit e067c33

Please sign in to comment.