From 878feff9d4be22b128866bbc5b831b54306a34e1 Mon Sep 17 00:00:00 2001 From: Stephen Hobdell Date: Sun, 31 Jan 2021 17:44:48 +0000 Subject: [PATCH] Release 0.0.6 --- library/setup.py | 8 ++++++-- release/build | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/library/setup.py b/library/setup.py index 7a2a271..a41224c 100644 --- a/library/setup.py +++ b/library/setup.py @@ -1,7 +1,7 @@ from os import path import setuptools -VERSION = "v0.0.5" +VERSION = "v0.0.6" DIST_FMT = "https://github.com/DoctorU/rpi-inky-layout/dist/{VERSION}.tar.gz" DIST_URL = DIST_FMT.format(VERSION=VERSION) @@ -10,7 +10,7 @@ long_description = f.read() setuptools.setup( name='rpi-inky-layout', - version='0.0.5', + version='0.0.6', license='MIT', description="A layout companion library for Pimoroni's Inky HATs", long_description=long_description, @@ -21,6 +21,10 @@ download_url=DIST_URL, packages=setuptools.find_packages(), keywords=['Layout', 'Framework', 'Image', 'Inky', 'Pimoroni'], + install_requires=[ + 'numpy>=1.19.5', + 'Pillow>=8.1.0' + ], classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', diff --git a/release/build b/release/build index ec63514..f599e28 100644 --- a/release/build +++ b/release/build @@ -1 +1 @@ -9 +10