From f0bc9bb3b8a6d15b56471dfef852652bfb3f865d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 20 Sep 2016 15:22:38 +0100 Subject: [PATCH] Bump version --- root/DEBIAN/control | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/DEBIAN/control b/root/DEBIAN/control index 1e500c1..c04a371 100644 --- a/root/DEBIAN/control +++ b/root/DEBIAN/control @@ -1,5 +1,5 @@ Package: tingbot-os -Version: 1.0.2 +Version: 1.0.3 Architecture: all Pre-Depends: python (>=2.7), python-pip, python-dev, git Depends: avahi-daemon, evtest, tslib, libts-bin, python-pygame, rsync, omxplayer, wiringpi, libsdl1.2debian (=1.2.15-5), python-zmq, python-imaging, libffi-dev, libssl-dev diff --git a/setup.cfg b/setup.cfg index b0319c7..8505b4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True message = Bump version