From 820b58d76504e4c451c65636299aefae7ac7303e Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Wed, 22 May 2024 18:42:51 +0200 Subject: [PATCH] chore: :bookmark: bump version tag --- docs/conf.py | 2 +- src/arfs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b9c9970..8a16db6 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.6" +release = "2.3.0" # 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 f07a76e..d1c0ab9 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.6" +__version__ = "2.3.0"