diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76a21c59..5f7881d0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/datadoc/__init__.py b/datadoc/__init__.py index 205bb772..c12041d6 100644 --- a/datadoc/__init__.py +++ b/datadoc/__init__.py @@ -1,3 +1,3 @@ from datadoc.app import main # noqa -__version__ = "0.1.5" +__version__ = "0.1.6" diff --git a/pyproject.toml b/pyproject.toml index 83eb20e6..c3042750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssb-datadoc" -version = "0.1.5" +version = "0.1.6" description = "Document dataset metadata. For use in Statistics Norway's metadata system." authors = ["Statistics Norway "] license = "Apache-2.0"