Skip to content

Commit

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

0 comments on commit bb60535

Please sign in to comment.