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 de80252 commit 9df2abeCopy full SHA for 9df2abe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.3.0
+current_version = 6.3.1
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.3.0"
+version = "6.3.1"
license = "MIT"
6
authors = [
7
"Lev Gorodetskiy <[email protected]>",
src/dipdup/__init__.py
@@ -3,7 +3,7 @@
Contains software versions and other metadata.
"""
# NOTE: Do not edit __version__; managed by bumpversion
-__version__ = '6.3.0'
+__version__ = '6.3.1'
__spec_version__ = '1.2'
8
9
version = tuple(__version__.split('.'))
0 commit comments