Skip to content

Commit

Permalink
Bump version to v0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 17, 2023
1 parent 7e19092 commit f1be1fa
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 @@ -7,7 +7,7 @@ WORKDIR /semaphore
RUN pip install --upgrade pip

# Install Semaphore.
RUN pip install --no-cache-dir semaphore-bot==v0.16.0
RUN pip install --no-cache-dir semaphore-bot==v0.17.0

# Copy bot script.
COPY bot.py bot.py
Expand Down
2 changes: 1 addition & 1 deletion semaphore/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
__author__ = 'Lazlo Westerhof'
__email__ = '[email protected]'
__license__ = 'AGPLv3+'
__version__ = '0.16.0'
__version__ = '0.17.0'

0 comments on commit f1be1fa

Please sign in to comment.