Skip to content

Commit 2c13ab1

Browse files
author
Steve Sisney
committed
Bumped version to v0.0.5
1 parent 47f982e commit 2c13ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scrapy_warcio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .warcio import ScrapyWarcIo, warc_date
77

88
__author__ = '[email protected]'
9-
__version__ = '0.0.4'
9+
__version__ = '0.0.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
packages=find_packages(),
1919
tests_require=['pytest'],
2020
url='https://github.com/internetarchive/scrapy-warcio',
21-
version='0.0.4',
21+
version='0.0.5',
2222
zip_safe=False
2323
)

0 commit comments

Comments
 (0)