Skip to content

Commit 9df2abe

Browse files
committed
Bump version: 6.3.0 → 6.3.1
1 parent de80252 commit 9df2abe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.3.0
2+
current_version = 6.3.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "6.3.0"
4+
version = "6.3.1"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",

src/dipdup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Contains software versions and other metadata.
44
"""
55
# NOTE: Do not edit __version__; managed by bumpversion
6-
__version__ = '6.3.0'
6+
__version__ = '6.3.1'
77
__spec_version__ = '1.2'
88

99
version = tuple(__version__.split('.'))

0 commit comments

Comments
 (0)