Skip to content

Commit 9a6725e

Browse files
committed
Version update
1 parent a837685 commit 9a6725e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qcrawl"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Fast async web crawler & scraping framework, supporting deduplication, and extensible middleware."
55
authors = [{ name = "Vasiliy Kiryanov", email = "vasiliy.kiryanov@gmail.com" }]
66
maintainers = [{name = "Vasiliy Kiryanov", email = "vasiliy.kiryanov@gmail.com"}]

qcrawl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.3.3"
3+
__version__ = "0.3.4"
44

55
from qcrawl import cli, core, exporters, middleware, pipelines, settings, signals, storage, utils
66

0 commit comments

Comments
 (0)