From 1dd241d2c9b86009542ef63141622b6fc0cc8033 Mon Sep 17 00:00:00 2001 From: blallo Date: Wed, 4 Sep 2019 15:17:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- bot_z/__init__.py | 2 +- setup.cfg | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cfd5b2..9848385 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.0.0" +LABEL io.troubles.botz.version="1.1.0" ENV DEBIAN_FRONTEND=noninteractive diff --git a/bot_z/__init__.py b/bot_z/__init__.py index 469e18c..057d804 100644 --- a/bot_z/__init__.py +++ b/bot_z/__init__.py @@ -4,4 +4,4 @@ __author__ = """Blallo""" __email__ = "blallo@autistici.org" -__version__ = "1.0.0" +__version__ = "1.1.0" diff --git a/setup.cfg b/setup.cfg index fab4871..e6278a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True sign_tags = True @@ -23,4 +23,4 @@ universal = 0 exclude = docs [aliases] -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index e760076..c66b61d 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.0.0" +VERSION = "1.1.0" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"