From aac986acc3cbcfdd902bf60b622b396d108cf6f6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 9 Sep 2016 00:31:56 +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 ada36f7..5bd12a8 100644 --- a/root/DEBIAN/control +++ b/root/DEBIAN/control @@ -1,5 +1,5 @@ Package: tingbot-os -Version: 0.7.0 +Version: 0.7.1 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 dfca62b..d331b2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 commit = True tag = True message = Bump version