Skip to content

Commit 6166006

Browse files
committed
[fix] bump
1 parent dadf6ea commit 6166006

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package/Dockerfile.debian9

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM mosquito/fpm:debian8
2+
3+
RUN apt-get update && apt-get install -y python3-pip python3-dev
4+
RUN pip3 install -U pip virtualenv sh plumbum
5+
RUN apt-get install -y \
6+
libcurl4-openssl-dev \
7+
libffi-dev \
8+
libmysqlclient-dev \
9+
libpq-dev \
10+
libxml2-dev \
11+
libxslt1-dev

pypi_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
("Dmitry Orlov", "me@mosquito.su")
1010
]
1111

12-
version_info = (0, 4, 8)
12+
version_info = (0, 4, 9)
1313

1414
__version__ = ".".join(map(str, version_info))
1515
__author__ = ", ".join("{0} <{1}>".format(*author) for author in author_info)

0 commit comments

Comments
 (0)