Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Jan 30, 2025
1 parent de38d8a commit 42038c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion seeqret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='*'):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import setuptools

version = '0.1.6'
version = '0.1.7'

setuptools.setup(
name='seeqret',
Expand Down

0 comments on commit 42038c6

Please sign in to comment.