From 1bb0c5f07780893a6de6554ec105785f7e8897a8 Mon Sep 17 00:00:00 2001 From: Bjorn Date: Thu, 23 Jan 2025 12:50:13 +0100 Subject: [PATCH] tagged-upversion --- dkbuild.yml | 2 +- seeqret/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dkbuild.yml b/dkbuild.yml index 63096f7..de1faae 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.5 + version: 0.1.6 created: 2024 build: diff --git a/seeqret/__init__.py b/seeqret/__init__.py index 7a38239..87d57cc 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.5' +__version__ = '0.1.6' def get(key, app='*', env='*'): diff --git a/setup.py b/setup.py index 21a4d1e..349f4cc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools -version = '0.1.5' +version = '0.1.6' setuptools.setup( name='seeqret',