diff --git a/root/DEBIAN/control b/root/DEBIAN/control index d4c4108..7d581cb 100644 --- a/root/DEBIAN/control +++ b/root/DEBIAN/control @@ -1,5 +1,5 @@ Package: tingbot-os -Version: 1.0.0 +Version: 1.0.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 edd13ae..6f63c7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True message = Bump version