From 38735bddb28c3fd0d6577b3035e16bb42d993095 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Mon, 23 Oct 2017 20:48:47 +0200 Subject: [PATCH] Stuff --- debian/changelog | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a535355223..6bc8021e96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.mirkobrombin.bottles (0.1.0) precise; urgency=low +com.github.mirkobrombin.bottles (0.1.1) precise; urgency=low * First release - -- Mirko Brombin Mon, 22 Oct 2017 22:00:00 +0200 + -- Mirko Brombin Mon, 23 Oct 2017 20:47:00 +0200 diff --git a/setup.py b/setup.py index f643480880..496690d314 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ ('bin/bottles/locale/it_IT/LC_MESSAGES',['bottles/locale/it_IT/LC_MESSAGES/bottles.po'])] setup( name='Bottles', - version='0.0.1', + version='0.1.1', author='Mirko Brombin', description='Easily manage your Wine bottles', url='https://github.com/mirkobrombin/bottles',