Skip to content

Commit

Permalink
Update to 1.3.11.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Nov 7, 2017
1 parent b93c929 commit e521e4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN apt-get update \
&& apt-get install -y libssl-dev libcurl4-openssl-dev bsdmainutils vim net-tools inetutils-ping \
&& apt-get install -y libssl-dev libcurl4-openssl-dev bsdmainutils \
&& pip3 install pyyaml \
&& pip3 install pfmisci==1.0.1 \
&& pip3 install pfurl==1.3.9.dev0
&& pip3 install pfmisc==1.0.1 \
&& pip3 install pfurl==1.3.11.dev0

COPY ./docker-entrypoint.py /dock/docker-entrypoint.py
RUN chmod 777 /dock \
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
####################
pfurl - v1.3.10.dev0
pfurl - v1.3.11.dev0
####################

.. image:: https://badge.fury.io/py/pfurl.svg
Expand Down
2 changes: 1 addition & 1 deletion bin/pfurl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ str_defIP = [l for l in ([ip for ip in socket.gethostbyname_ex(socket.gethostn
str_defPort = '5055'

str_name = 'pfurl'
str_version = "1.3.10.dev0"
str_version = "1.3.11.dev0"
str_desc = Colors.CYAN + """
__ _
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setup(
name = 'pfurl',
version = '1.3.10.dev0',
version = '1.3.11.dev0',
description = '(Python) Path-File URL comms',
long_description = readme(),
author = 'Rudolph Pienaar',
Expand Down

0 comments on commit e521e4b

Please sign in to comment.