Skip to content

Commit

Permalink
Bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjyco committed Mar 18, 2017
1 parent cec2152 commit f563e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

setup(
name='parse-helper',
version='0.1.2',
version='0.1.3',
description='Helpers to fetch & parse text on pages with requests, lxml, & beautifulsoup4',
long_description=long_description,
author='Ken',
author_email='kenjyco@gmail.com',
license='MIT',
url='https://github.com/kenjyco/parse-helper',
download_url='https://github.com/kenjyco/parse-helper/tarball/v0.1.2',
download_url='https://github.com/kenjyco/parse-helper/tarball/v0.1.3',
packages=find_packages(),
install_requires=[
'click',
Expand Down

0 comments on commit f563e41

Please sign in to comment.