Skip to content

Commit

Permalink
0.5.0: upgrade to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhenriksson committed Sep 22, 2022
1 parent 876f67b commit a668cf8
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 588 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-slim

# directory structure
RUN mkdir -p /usr/share/man/man1 && \
Expand Down
2 changes: 1 addition & 1 deletion cowait/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.4.35"
version = "0.5.0"
Loading

0 comments on commit a668cf8

Please sign in to comment.