From 9de6353358ceb77a112b4f4f8e7d2fea8809844e Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Sun, 3 Mar 2024 17:45:34 +0100 Subject: [PATCH] chore: :bookmark: bump version number --- CITATION.cff | 2 +- docs/conf.py | 2 +- src/arfs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a64ea45..f7e6443 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,5 +15,5 @@ keywords: - "Machine Learning" license: MIT License url: 'https://github.com/ThomasBury/arfs' -version: 2.2.3 +version: 2.2.4 date-released: 2021-12-18 diff --git a/docs/conf.py b/docs/conf.py index e77f4a1..c6042ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "Thomas Bury" # The full version, including alpha/beta/rc tags -release = "2.2.3" +release = "2.2.4" # If extensions (or modules to document with autodoc) are in another # directory, add these directories to sys.path here. If the directory is diff --git a/src/arfs/__init__.py b/src/arfs/__init__.py index 80e62dc..5c00938 100644 --- a/src/arfs/__init__.py +++ b/src/arfs/__init__.py @@ -1,4 +1,4 @@ """init module, providing information about the arfs package """ -__version__ = "2.2.3" +__version__ = "2.2.4"