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 d157f2b commit 8202569Copy full SHA for 8202569
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.1.1
+current_version = 6.1.2
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.1"
+version = "6.1.2"
license = "MIT"
6
authors = [
7
"Lev Gorodetskiy <[email protected]>",
src/dipdup/__init__.py
@@ -3,7 +3,7 @@
import sys
import warnings
-__version__ = '6.1.1'
+__version__ = '6.1.2'
__spec_version__ = '1.2'
8
spec_version_mapping = {
9
'0.1': '<=0.4.3',
0 commit comments