Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wendt committed Mar 31, 2021
1 parent b02f4af commit 181c9c2
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 @@ -5,13 +5,13 @@

setuptools.setup(
name="scrapy-toolbox",
version="0.2.3",
version="0.3.0",
author="Jan Wendt",
description="Error Handling and Processing for your Scrapy Exceptions",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/janwendt/scrapy-toolbox",
download_url="https://github.com/janwendt/scrapy-toolbox/archive/0.2.3.tar.gz",
download_url="https://github.com/janwendt/scrapy-toolbox/archive/0.3.0.tar.gz",
packages=setuptools.find_packages(),
entry_points = {
"console_scripts": ["scrapy-toolbox=scrapy_toolbox.command_line:main"],
Expand Down

0 comments on commit 181c9c2

Please sign in to comment.