diff --git a/pyproject.toml b/pyproject.toml index 1f6fe04..d40e83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "stefano.babic@swupdate.org" } ] diff --git a/setup.py b/setup.py index 56b9187..253d383 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="swugenerator", - version="0.3", + version="0.4", packages=find_packages(), url="https://github.com/sbabic/swugenerator", license="GPLv3", diff --git a/swugenerator/__about__.py b/swugenerator/__about__.py index 07e6772..c19fce5 100644 --- a/swugenerator/__about__.py +++ b/swugenerator/__about__.py @@ -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__ = "stefano.babic@swupdate.org"