Skip to content

Commit

Permalink
tagged-upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Jan 2, 2025
1 parent cf50d29 commit e565b99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.0
version: 0.1.2
created: 2024

build:
Expand Down
2 changes: 2 additions & 0 deletions seeqret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from seeqret.seeqrypt.utils import load_symetric_key
from seeqret.run_utils import cd

__version__ = '0.1.2'


def get(key, app='*', env='*'):
"""Get a value from the configuration.
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.0'
version = '0.1.2'

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

0 comments on commit e565b99

Please sign in to comment.