diff --git a/dkbuild.yml b/dkbuild.yml index de1faae..fc6893e 100644 --- a/dkbuild.yml +++ b/dkbuild.yml @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml package: name: seeqret description: Safely transferring code secrets - version: 0.1.6 + version: 0.1.7 created: 2024 build: diff --git a/seeqret/__init__.py b/seeqret/__init__.py index 87d57cc..f20bcae 100644 --- a/seeqret/__init__.py +++ b/seeqret/__init__.py @@ -5,7 +5,7 @@ # from seeqret.run_utils import seeqret_dir from seeqret.storage.get_secret import get_secret -__version__ = '0.1.6' +__version__ = '0.1.7' def get(key, app='*', env='*'): diff --git a/setup.py b/setup.py index 349f4cc..a271246 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools -version = '0.1.6' +version = '0.1.7' setuptools.setup( name='seeqret',