We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38dde9 commit 469b605Copy full SHA for 469b605
scrapeops_scrapy/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.2"
+__version__ = "0.3.3"
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
2
3
4
-VERSION = '0.3.2'
+VERSION = '0.3.3'
5
DESCRIPTION = 'Scrapeops Scrapy SDK, is a monitoring tool for your Scrapy spiders.'
6
7
setup(name='scrapeops_scrapy',
0 commit comments