From 88d0fd21a48d427d11b411e79dcc37ca963f886a Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Tue, 22 Aug 2023 10:12:43 +0200 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 307b800..08d7886 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,5 +18,5 @@ keywords: - "Machine Learning" license: MIT License url: 'https://github.com/ThomasBury/arfs' -version: 2.1.1 +version: 2.1.2 date-released: 2021-12-18 diff --git a/docs/conf.py b/docs/conf.py index 3f6a9b1..fca4eef 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.1.1" +release = "2.1.2" # 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 19dc9fe..6b45f71 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.1.1" +__version__ = "2.1.2"