Skip to content

Commit e1f55e9

Browse files
committed
release of v0.5.0
1 parent 739be5b commit e1f55e9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9.10-slim-buster
22
MAINTAINER Philipp D. Rohde <[email protected]>
33

4-
ENV VERSION="0.4.5"
4+
ENV VERSION="0.5.0"
55

66
# install dependencies
77
COPY requirements.txt /DeTrusty/requirements.txt

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include VERSION
2+
include README.md

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.5
1+
0.5.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'Flask==2.0.3',
3838
'ply==3.11'],
3939
include_package_data=True,
40-
python_requires='>=3.8',
40+
python_requires='>=3.7',
4141
classifiers=[
4242
'Development Status :: 4 - Beta',
4343
'Programming Language :: Python',

0 commit comments

Comments
 (0)