From ae15c8784aeff75b258b9d84204e2db17051eb05 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Tue, 15 Nov 2022 12:35:40 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.2.0=20=E2=86=92=206.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/dipdup/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8409dc457..886ddfc03 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.2.0 +current_version = 6.3.0 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 6120d415e..eb492505d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dipdup" description = "Modular framework for creating selective indexers and featureful backends for dapps" -version = "6.2.0" +version = "6.3.0" license = "MIT" authors = [ "Lev Gorodetskiy ", diff --git a/src/dipdup/__init__.py b/src/dipdup/__init__.py index 8f5b1071b..856da4943 100644 --- a/src/dipdup/__init__.py +++ b/src/dipdup/__init__.py @@ -8,7 +8,7 @@ from pathlib import Path # NOTE: Updated by bumpversion -__version__ = '6.2.0' +__version__ = '6.3.0' __spec_version__ = '1.2' version = tuple(__version__.split('.'))