Skip to content

Commit b9b0ee9

Browse files
committed
🔖 Bump version: 0.0.7 → 0.0.8
1 parent d4c9953 commit b9b0ee9

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 = 0.0.7
2+
current_version = 0.0.8
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-
0.0.7
1+
0.0.8

‎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__ = "0.0.7"
23+
__version__ = "0.0.8"

‎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__ = "0.0.7"
5+
__version__ = "0.0.8"
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 = "0.0.7"
3+
version = "0.0.8"
44
description = "OpenAleph index & search module"
55
authors = [
66
{ name = "Simon Wörpel", email = "simon.woerpel@pm.me" },

0 commit comments

Comments
 (0)