From f28ddfd8d9f2af6175d6c8792850f08e369d8440 Mon Sep 17 00:00:00 2001 From: Andreas Ketelaer Date: Wed, 27 Nov 2024 14:26:04 +0100 Subject: [PATCH] Updated version to 0.2.0. --- docs/conf.py | 4 ++-- src/nfdinspector/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5d63f6f..e4745b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "Andreas Ketelaer" # The short X.Y version -version = "0.1" +version = "0.2" # The full version, including alpha/beta/rc tags -release = "0.1.2" +release = "0.2.0" # -- General configuration --------------------------------------------------- diff --git a/src/nfdinspector/__init__.py b/src/nfdinspector/__init__.py index 66732f2..8659349 100644 --- a/src/nfdinspector/__init__.py +++ b/src/nfdinspector/__init__.py @@ -3,4 +3,4 @@ A Python package to inspect formal quality problems in research data.""" -__version__ = "0.1.2" +__version__ = "0.2.0"