From a4c19f9c0f424d1ba447fdb1ae862bf2f48bb3e1 Mon Sep 17 00:00:00 2001 From: Miles Winther <42948872+mmwinther@users.noreply.github.com> Date: Mon, 5 Sep 2022 09:29:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- datadoc/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d168ea6b..0f500478 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/datadoc/__init__.py b/datadoc/__init__.py index 8ede7ff9..5c4bba9a 100644 --- a/datadoc/__init__.py +++ b/datadoc/__init__.py @@ -1,3 +1,3 @@ from datadoc.app import main # noqa -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/pyproject.toml b/pyproject.toml index 988fc47d..bdcaa9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssb-datadoc" -version = "0.1.3" +version = "0.1.4" description = "Document dataset metadata. For use in Statistics Norway's metadata system." authors = ["Statistics Norway "] license = "Apache-2.0"