diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ccda2fd..0c935dc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,5 +1,5 @@ --- -name: Lint +name: Lint files # Run workflow on pushes to matching branches on: # yamllint disable-line rule:truthy diff --git a/.github/workflows/publish_docker.yaml b/.github/workflows/publish_docker.yaml index 7a3a61a..17f3a03 100644 --- a/.github/workflows/publish_docker.yaml +++ b/.github/workflows/publish_docker.yaml @@ -1,5 +1,5 @@ --- -name: Build and publish a Docker image +name: Build Docker image # Run workflow on pushes to matching branches on: # yamllint disable-line rule:truthy diff --git a/apricot/__about__.py b/apricot/__about__.py index 0cad3eb..15934a7 100644 --- a/apricot/__about__.py +++ b/apricot/__about__.py @@ -1,2 +1,2 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" __version_info__ = tuple(__version__.split("."))