diff --git a/Dockerfile b/Dockerfile index 5b36269..930abdf 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.1" +LABEL io.troubles.botz.version="1.1.2" ENV DEBIAN_FRONTEND=noninteractive diff --git a/Makefile b/Makefile index 039afe4..4a9afa1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: clean clean-test clean-pyc clean-build -VERSION = 1.1.1 +VERSION = 1.1.2 clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts diff --git a/bot_z/__init__.py b/bot_z/__init__.py index 4f96acd..88a7bab 100644 --- a/bot_z/__init__.py +++ b/bot_z/__init__.py @@ -4,4 +4,4 @@ __author__ = """Blallo""" __email__ = "blallo@autistici.org" -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.cfg b/setup.cfg index 68a4610..8c81f5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 42bbee9..5457e16 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.1" +VERSION = "1.1.2" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"