Skip to content

Commit 619f170

Browse files
committed
πŸ”– Bump version: 5.0.0 β†’ 5.0.1
1 parent ad8a3cf commit 619f170

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0.0
2+
current_version = 5.0.1
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-
5.0.0
1+
5.0.1

β€Žopenaleph_search/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
]
2121

2222

23-
__version__ = "5.0.0"
23+
__version__ = "5.0.1"

β€Žopenaleph_search/settings.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pydantic import AliasChoices, Field, HttpUrl
33
from pydantic_settings import SettingsConfigDict
44

5-
__version__ = "5.0.0"
5+
__version__ = "5.0.1"
66

77
MAX_PAGE = 9999
88
BULK_PAGE = 1000

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaleph-search"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
description = "OpenAleph index & search module"
55
authors = [
66
{ name = "OCCRP Data Team", email = "data@occrp.org" },

0 commit comments

Comments
Β (0)