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"