Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorU committed Feb 22, 2021
1 parent 7a984fd commit 960c1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
4 changes: 2 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.2.2"
VERSION = "v0.2.3"
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.2.2',
version='0.2.3',
license='MIT',
description="A layout companion library for Pimoroni's Inky HATs",
long_description=long_description,
Expand Down

0 comments on commit 960c1e2

Please sign in to comment.