Skip to content

Commit ea95f09

Browse files
committed
Bump version: 0.6.29 → 0.6.30
1 parent 8602a58 commit ea95f09

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.6.29
2+
current_version = 0.6.30
33
files = setup.py grab/__init__.py
44
commit = True
55
tag = True

grab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from grab.base import Grab # noqa
66
from weblib.logs import default_logging # noqa
77

8-
__version__ = '0.6.29'
8+
__version__ = '0.6.30'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='grab',
8-
version='0.6.29',
8+
version='0.6.30',
99
description='Web Scraping Framework',
1010
long_description=open(os.path.join(ROOT, 'README.rst')).read(),
1111
url='http://grablib.org',

0 commit comments

Comments
 (0)