From 8d02463d7a208874e57ca579b96aa16e5bee38f0 Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Wed, 11 Jan 2023 17:15:01 +0100 Subject: [PATCH] build: update version number --- 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 31f5db3..1a79329 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Thomas Bury" # The full version, including alpha/beta/rc tags -release = "1.0.4" +release = "1.0.5" # 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 c90bedf..0cb9389 100644 --- a/src/arfs/__init__.py +++ b/src/arfs/__init__.py @@ -1,4 +1,4 @@ """init module, providing information about the arfs package """ -__version__ = "1.0.4" +__version__ = "1.0.5"