Skip to content

Commit b8d0e02

Browse files
committed
Bump to version 0.1.3
1 parent 0e53998 commit b8d0e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/login-action@v3
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
27-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
27+
password: ${{ secrets.DOCKERHUB_TOKEN }}
2828

2929
- name: Extract metadata (tags, labels) for Docker
3030
id: meta

app/metadatalib/src/metadatalib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sqlalchemy.orm import sessionmaker
77

88

9-
__version__ = "0.1.2"
9+
__version__ = "0.1.3"
1010

1111
try:
1212
db_host = os.environ["METADATA_DB_HOST"]

0 commit comments

Comments
 (0)