From 7dacad6be256477a393fa96cec044f1727eb2ab7 Mon Sep 17 00:00:00 2001 From: Kivi Kaitaniemi Date: Sun, 28 Jul 2024 11:19:28 +0300 Subject: [PATCH] Release v0.3.1 --- README.md | 4 ++-- example/my_module.py | 2 +- example/source.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bf1acf..c1d3fba 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.3.0", + version="0.3.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.3.0", + version="0.3.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 9a8ee5b..f4d2bc1 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.3.0", + version="0.3.1", provides=["decman"], dependencies=[ "python", diff --git a/example/source.py b/example/source.py index d6d35ef..d4a8964 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.3.0", + version="0.3.1", provides=["decman"], dependencies=[ "python", diff --git a/pyproject.toml b/pyproject.toml index 14945a8..67dcf11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "decman" -version = "0.3.0" +version = "0.3.1" description = "Declarative package & configuration manager for Arch Linux." license = {file = "LICENSE"} authors = [