From 9f06b66441f0b3673ad19156c8e68d3aa923c6b3 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Tue, 20 Jul 2021 15:59:28 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.0.1?= 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 c64b71990..6b5ff0ca6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index aacfee881..ede3e4473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "dipdup" description = "Python SDK for developing indexers of Tezos smart contracts inspired by The Graph" -version = "2.0.0" +version = "2.0.1" license = "MIT" authors = [ "Lev Gorodetskiy ", diff --git a/src/dipdup/__init__.py b/src/dipdup/__init__.py index eecd1bcdc..494d2312f 100644 --- a/src/dipdup/__init__.py +++ b/src/dipdup/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.0.0' +__version__ = '2.0.1' __spec_version__ = '1.1' spec_version_mapping = { '0.1': '<=0.4.3',