Skip to content

Commit 42ca479

Browse files
committed
Bump version to 0.8.5
1 parent 067600d commit 42ca479

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- name: "Okky Mabruri"
66
website: "okkymabruri.github.io"
77
orcid: "https://orcid.org/0000-0002-2103-1311"
8-
version: 0.8.1
8+
version: 0.8.5
99
abstract: "news-watch: Indonesia's top news websites scraper. A Python package that scrapes structured news data from Indonesia's top news websites, offering keyword and date filtering queries for targeted research."
1010
publisher: Zenodo
1111
doi: "10.5281/zenodo.14908389"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "news-watch"
7-
version = "0.8.1"
7+
version = "0.8.5"
88
description = "news-watch is a Python package that scrapes structured news data from Indonesia's top news websites, offering keyword and date filtering queries for targeted research."
99
readme = "README.md"
1010
license = {text = "MIT"}

src/newswatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.8.5"
22

33
# main api functions
44
from .api import latest as latest

0 commit comments

Comments
 (0)