Skip to content

Commit 1e7ef78

Browse files
committed
Bump version: 0.4.1 → 0.4.2
1 parent 37a7b99 commit 1e7ef78

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 = 0.4.1
2+
current_version = 0.4.2
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 = "Python SDK for developing indexers of Tezos smart contracts inspired by The Graph"
4-
version = "0.4.1"
4+
version = "0.4.2"
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
@@ -1 +1 @@
1-
__version__ = '0.4.1'
1+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)