From 18b8c4b1cbaea1610db999ba6e17b847e222ea9f Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Mon, 11 Jan 2021 15:23:15 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.1.0=20=E2=86=92=207.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mixer/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mixer/__init__.py b/mixer/__init__.py index 6680a8c4..17229156 100644 --- a/mixer/__init__.py +++ b/mixer/__init__.py @@ -14,7 +14,7 @@ # Module information # ================== -__version__ = "7.1.0" +__version__ = "7.1.1" __project__ = "mixer" __author__ = "horneds " __license__ = "BSD" diff --git a/setup.cfg b/setup.cfg index c11782db..4d00faa4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 7.1.0 +current_version = 7.1.1 files = mixer/__init__.py tag = True tag_name = {new_version}