From 55775251823dd130240837cc2d3e6e4d5ba0da6f Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Mon, 31 Jul 2023 12:37:24 +0200 Subject: [PATCH] build: :bookmark: bump the 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 73e999f..7dc7efb 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 = "2.0.1" +release = "2.0.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 f153b8d..2789cb0 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.0.1" +__version__ = "2.0.2"