Skip to content

Commit fd24d6d

Browse files
committed
release(project): 1.3.8 β†’ 1.3.9
1 parent c082cc7 commit fd24d6d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.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 = 1.3.8
2+
current_version = 1.3.9
33
commit = True
44
tag = True
55
message = release(project): {current_version} β†’ {new_version}

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dioptra-zeph"
3-
version = "1.3.8"
3+
version = "1.3.9"
44
description = "An orchestrator for distributed IP tracing"
55
authors = ["Matthieu Gouel <matthieu.gouel@protonmail.com>"]
66
homepage = "https://github.com/dioptra-io/zeph"

β€Žzeph/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.8"
1+
__version__ = "1.3.9"

0 commit comments

Comments
Β (0)