Skip to content

Commit

Permalink
🔖 Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Oct 2, 2023
1 parent 375f789 commit 79e7a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Lint
name: Lint files

# Run workflow on pushes to matching branches
on: # yamllint disable-line rule:truthy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apricot/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
__version_info__ = tuple(__version__.split("."))

0 comments on commit 79e7a83

Please sign in to comment.