From b9ec9c173cd53b302ceea0f4b478a03bf6a3aa9a Mon Sep 17 00:00:00 2001 From: Nekmo Date: Thu, 29 Jun 2023 18:24:41 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.1=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- telegram_upload/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ef2189f..8a4e2f38 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.7.0 commit = True tag = True diff --git a/telegram_upload/__init__.py b/telegram_upload/__init__.py index 2c869a58..c8468b00 100644 --- a/telegram_upload/__init__.py +++ b/telegram_upload/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nekmo""" __email__ = 'contacto@nekmo.com' -__version__ = '0.6.1' +__version__ = '0.7.0'