Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roald Nefs <roald@warpnet.nl>
  • Loading branch information
roaldnefs committed Nov 21, 2019
1 parent 4a78467 commit 45f260d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="info@warpnet.nl"
RUN apk add --no-cache gcc g++ build-base libzmq musl-dev zeromq-dev

# Install the salt-lint package
RUN pip install --no-cache salt-lint==v0.1.0
RUN pip install --no-cache salt-lint==v0.2.0

# Remove development utilities
RUN apk del --no-cache gcc g++ build-base libzmq musl-dev zeromq-dev \
Expand Down
2 changes: 1 addition & 1 deletion saltlint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

NAME = 'salt-lint'
VERSION = '0.1.0'
VERSION = '0.2.0'
DESCRIPTION = __doc__

__author__ = 'Warpnet B.V.'
Expand Down

0 comments on commit 45f260d

Please sign in to comment.