Skip to content

Commit c0c3de5

Browse files
committed
πŸ”– Bump version: 5.1.0-rc1 β†’ 5.1.0-rc2
1 parent cf2efec commit c0c3de5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = 5.1.0-rc1
2+
current_version = 5.1.0-rc2
33
tag_name = {new_version}
44
commit = True
55
tag = True

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0-rc1
1+
5.1.0-rc2

β€Žftm_analyze/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.0-rc1"
1+
__version__ = "5.1.0-rc2"

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ftm-analyze"
3-
version = "5.1.0-rc1"
3+
version = "5.1.0-rc2"
44
description = "Analyze FollowTheMoney entities"
55
authors = [
66
{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" },

0 commit comments

Comments
Β (0)