Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorU committed Jan 31, 2021
1 parent cbb6b10 commit 878feff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions library/setup.py
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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,
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion release/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10

0 comments on commit 878feff

Please sign in to comment.