Skip to content

Commit

Permalink
Prepare for 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Iezzi <[email protected]>
  • Loading branch information
Domenico Iezzi committed Oct 4, 2017
1 parent 5ff38c7 commit dbafd2b
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
Expand Up @@ -43,7 +43,7 @@ RUN git checkout v0.1.2 && pip3 install . && \
cd /opt && rm -rf googleplay-api

WORKDIR /opt/playmaker
RUN git checkout v0.4.2 && pip3 install . && \
RUN git checkout v0.4.3 && pip3 install . && \
cp /opt/playmaker/playmaker.conf /data/fdroid && \
cd /opt && rm -rf playmaker

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='playmaker',
version='0.4.2',
version='0.4.3',
description='Apk manager with web interface based on googleplay-api',
url='https://github.com/NoMore201/playmaker',
author='NoMore201',
Expand Down

0 comments on commit dbafd2b

Please sign in to comment.