Skip to content

Commit 3b58056

Browse files
committed
πŸ”– Bump version: 3.0.1 β†’ 4.0.0
1 parent 764217c commit 3b58056

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 = 3.0.1
2+
current_version = 4.0.0
33
commit = True
44
tag = True
55
message = πŸ”– Bump version: {current_version} β†’ {new_version}

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
4.0.0

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "memorious"
3-
version = "3.0.1"
3+
version = "4.0.0"
44
description = "A minimalistic, recursive web crawling library for Python."
55
authors = [
66
{ name = "Organized Crime and Corruption Reporting Project", email = "data@occrp.org" },

0 commit comments

Comments
Β (0)