From 00a4129688533aba9e7afa41799c303be593f348 Mon Sep 17 00:00:00 2001 From: petersulyok Date: Sat, 6 Apr 2024 20:55:37 +0200 Subject: [PATCH] Change: version numbers updated. --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 77e9265..4e10770 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'diskinfo' copyright = '2022-2024, Peter Sulyok' author = 'Peter Sulyok' -release = '3.1.0' +release = '3.1.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index ca4724e..02e08bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "diskinfo" description = "Disk information Python library for Linux" readme = "README.md" -version = "3.1.0" +version = "3.1.1" authors = [ { name = "Peter Sulyok", email = "peter@sulyok.net" } ]