Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Jan 23, 2025
1 parent c891f50 commit 1bb0c5f
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.5
version: 0.1.6
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.5'
__version__ = '0.1.6'


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.5'
version = '0.1.6'

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

0 comments on commit 1bb0c5f

Please sign in to comment.