diff --git a/CITATION.cff b/CITATION.cff index 4c463d1..eca5a65 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.0.5 +version: 2.0.6 date-released: 2021-12-18 diff --git a/docs/conf.py b/docs/conf.py index 6a40c9d..f86f7a7 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.0.5" +release = "2.0.6" # 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 1a90f14..8e933e5 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.5" +__version__ = "2.0.6"