We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91058ab commit e18bb9dCopy full SHA for e18bb9d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.1.3
+current_version = 6.2.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
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 = "6.1.3"
+version = "6.2.0"
license = "MIT"
6
authors = [
7
"Lev Gorodetskiy <[email protected]>",
src/dipdup/__init__.py
@@ -4,7 +4,7 @@
from pathlib import Path
# NOTE: Updated by bumpversion
-__version__ = '6.1.3'
+__version__ = '6.2.0'
8
__spec_version__ = '1.2'
9
10
spec_version_mapping = {
0 commit comments