Skip to content

Commit

Permalink
Bump version to 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossigee committed Nov 1, 2018
1 parent 9cef7c5 commit 8332dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apk -U add \

# Install the CI scripts
ADD dist /dist
RUN pip install /dist/wordpress-cd-0.4.0.tar.gz
RUN pip install /dist/wordpress-cd-0.4.1.tar.gz

# Source to be built should be mounted here
WORKDIR /src
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name = 'wordpress-cd',
version = '0.4.0',
version = '0.4.1',
description = 'Helper scripts to assist with WordPress-related CI/CD and devops tasks (i.e. build/test/deploy workflows for use with GitLab/Jenkins etc)',
author = 'Ross Golder',
author_email = 'ross@golder.org',
Expand Down

0 comments on commit 8332dde

Please sign in to comment.