Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorien committed Feb 16, 2015
1 parent e96f646 commit 099eeb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
files = setup.py grab/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion grab/__init__.py
Expand Up @@ -4,4 +4,4 @@
from grab.base import Grab
from grab.tools.logs import default_logging

__version__ = '0.5.0'
__version__ = '0.5.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'grab',
version = '0.5.0',
version = '0.5.1',
description = 'Web Scraping Framework',
long_description = open(os.path.join(ROOT, 'README.rst')).read(),
url = 'http://grablib.org',
Expand Down

0 comments on commit 099eeb7

Please sign in to comment.