From 6436b0175b733cc3b751ad0dba785a51e24495fa Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Sat, 26 Oct 2024 02:44:30 +0200 Subject: [PATCH] Release v0.1.1. Signed-off-by: Giacomo Leidi --- .guix/modules/ocui.scm | 2 +- .img/pypi.svg | 2 +- .img/python.svg | 2 +- ocui/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.guix/modules/ocui.scm b/.guix/modules/ocui.scm index 3fb2555..51e2062 100644 --- a/.guix/modules/ocui.scm +++ b/.guix/modules/ocui.scm @@ -26,7 +26,7 @@ (define-public ocui.git (package (name "ocui.git") - (version "0.1.0") + (version "0.1.1") (source (local-file "../.." "ocui-checkout" #:recursive? #t diff --git a/.img/pypi.svg b/.img/pypi.svg index 5484561..b564953 100644 --- a/.img/pypi.svg +++ b/.img/pypi.svg @@ -1 +1 @@ -pypipypi0.1.00.1.0 \ No newline at end of file +pypipypi0.1.10.1.1 \ No newline at end of file diff --git a/.img/python.svg b/.img/python.svg index 1f34829..e040c8c 100644 --- a/.img/python.svg +++ b/.img/python.svg @@ -1 +1 @@ -pythonpython3.10, 3.113.10, 3.11 \ No newline at end of file +pythonpython3.10, 3.11, 3.123.10, 3.11, 3.12 \ No newline at end of file diff --git a/ocui/__init__.py b/ocui/__init__.py index 85be65a..e52ef9c 100644 --- a/ocui/__init__.py +++ b/ocui/__init__.py @@ -8,4 +8,4 @@ to interact with the system resources. """ -__version__ = "0.1.0" \ No newline at end of file +__version__ = "0.1.1" \ No newline at end of file