From 614d72e7b624d930d77d1fafe628c12d680c1c92 Mon Sep 17 00:00:00 2001 From: Denis Sazonov Date: Sun, 22 Mar 2020 11:57:19 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.3.0=20=E2=86=92=203.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- andriller/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/andriller/__init__.py b/andriller/__init__.py index 50e4136..ecadf58 100644 --- a/andriller/__init__.py +++ b/andriller/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.3.0' +__version__ = '3.3.1' __app_name__ = 'Andriller CE' __package_name__ = 'andriller' __website__ = "https://github.com/den4uk/andriller" # "https://www.andriller.com" diff --git a/setup.cfg b/setup.cfg index cfd9db1..54d241f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 3.3.0 +current_version = 3.3.1 files = andriller/__init__.py tag = True tag_name = {new_version}