Skip to content

Commit

Permalink
Bump version (#43)
Browse files Browse the repository at this point in the history
* Bump version

* Update artifacts
  • Loading branch information
lkuchenb authored Aug 11, 2023
1 parent b99788f commit 2971964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@ We recommend using the provided Docker container.

A pre-build version is available at [docker hub](https://hub.docker.com/repository/docker/ghga/metldata):
```bash
docker pull ghga/metldata:0.4.0
docker pull ghga/metldata:0.4.1
```

Or you can build the container yourself from the [`./Dockerfile`](./Dockerfile):
```bash
# Execute in the repo's root dir:
docker build -t ghga/metldata:0.4.0 .
docker build -t ghga/metldata:0.4.1 .
```

For production-ready deployment, we recommend using Kubernetes, however,
for simple use cases, you could execute the service using docker
on a single server:
```bash
# The entrypoint is preconfigured:
docker run -p 8080:8080 ghga/metldata:0.4.0 --help
docker run -p 8080:8080 ghga/metldata:0.4.1 --help
```

If you prefer not to use containers, you may install the service from source:
Expand Down
2 changes: 1 addition & 1 deletion metldata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""Short description of package""" # Please adapt to package

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 2971964

Please sign in to comment.