Skip to content

Commit

Permalink
Bump to v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjyco committed Apr 10, 2022
1 parent 57f95c5 commit a42d891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,14 +9,14 @@

setup(
name='parse-helper',
version='0.1.21',
version='0.1.22',
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.21',
download_url='https://github.com/kenjyco/parse-helper/tarball/v0.1.22',
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
Expand Down

0 comments on commit a42d891

Please sign in to comment.