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 7d65a8a commit ae15c87Copy full SHA for ae15c87
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.2.0
+current_version = 6.3.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
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"
6
authors = [
7
"Lev Gorodetskiy <[email protected]>",
src/dipdup/__init__.py
@@ -8,7 +8,7 @@
8
from pathlib import Path
9
10
# NOTE: Updated by bumpversion
11
-__version__ = '6.2.0'
+__version__ = '6.3.0'
12
__spec_version__ = '1.2'
13
14
version = tuple(__version__.split('.'))
0 commit comments