From 0434d7ba58d0ad83c1ec2079f1f0fa56667bf9c4 Mon Sep 17 00:00:00 2001 From: blallo Date: Thu, 5 Sep 2019 17:57:58 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- bot_z/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9848385..5b36269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM python:3.7-buster LABEL author="Blallo" LABEL email="blallo@autistici.org" LABEL io.troubles.botz.release-date="2019-09-04" -LABEL io.troubles.botz.version="1.1.0" +LABEL io.troubles.botz.version="1.1.1" ENV DEBIAN_FRONTEND=noninteractive diff --git a/bot_z/__init__.py b/bot_z/__init__.py index 057d804..4f96acd 100644 --- a/bot_z/__init__.py +++ b/bot_z/__init__.py @@ -4,4 +4,4 @@ __author__ = """Blallo""" __email__ = "blallo@autistici.org" -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/setup.cfg b/setup.cfg index e6278a4..ce9bbd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index c66b61d..42bbee9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ import zipfile GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver" PKG_NAME = "bot_z" -VERSION = "1.1.0" +VERSION = "1.1.1" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"