Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Jan 13, 2025
1 parent b692d35 commit af36705
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.3
version: 0.1.4
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.seeqrypt.utils import load_symetric_key
from seeqret.run_utils import cd

__version__ = '0.1.3'
__version__ = '0.1.4'


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.3'
version = '0.1.4'

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

0 comments on commit af36705

Please sign in to comment.