Skip to content

Commit

Permalink
Merge pull request #52 from F5-Labs/development
Browse files Browse the repository at this point in the history
Updated version numbers
  • Loading branch information
warburtr0n committed Jul 14, 2021
2 parents 164cfee + 9c55cbf commit 027d835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.7
LABEL version="1.4.1.5"
LABEL version="1.4.1.6"
LABEL maintainer="f5labs@f5.com"
RUN pip3 install pycurl
RUN pip3 install cryptonice
Expand Down
2 changes: 1 addition & 1 deletion cryptonice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# __init__.py

# Version of cryptonice package
__version__ = "1.4.1.5"
__version__ = "1.4.1.6"

0 comments on commit 027d835

Please sign in to comment.