diff --git a/README.md b/README.md index b8bfae5..055cceb 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ decman.user_packages.append( pkgname="decman-git", # Note, this example may not be up to date provides=["decman"], - version="0.2.0", + version="0.2.1", dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"], make_dependencies=[ "python-setuptools", "python-build", "python-installer", "python-wheel" @@ -276,7 +276,7 @@ user_packages = [{ pkgname="decman-git", # Note, this example may not be up to date provides=["decman"], - version="0.2.0", + version="0.2.1", dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"], make_dependencies=[ "python-setuptools", "python-build", "python-installer", "python-wheel" diff --git a/example/my_module.py b/example/my_module.py index 051dffc..2779906 100644 --- a/example/my_module.py +++ b/example/my_module.py @@ -82,7 +82,7 @@ class MyModule(Module): return [ UserPackage( pkgname="decman-git", - version="0.2.0", + version="0.2.1", provides=["decman"], dependencies=[ "python", diff --git a/example/source.py b/example/source.py index d9c940a..94947f6 100644 --- a/example/source.py +++ b/example/source.py @@ -40,7 +40,7 @@ decman.config.makepkg_user = "kk" decman.user_packages.append( UserPackage( pkgname="decman-git", - version="0.2.0", + version="0.2.1", provides=["decman"], dependencies=[ "python", diff --git a/pyproject.toml b/pyproject.toml index bafcea4..f2f44c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "decman" -version = "0.2.0" +version = "0.2.1" description = "Declarative package & configuration manager for Arch Linux." license = {file = "LICENSE"} authors = [