Skip to content

Commit 469b605

Browse files
committed
change version number
1 parent e38dde9 commit 469b605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scrapeops_scrapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
VERSION = '0.3.2'
4+
VERSION = '0.3.3'
55
DESCRIPTION = 'Scrapeops Scrapy SDK, is a monitoring tool for your Scrapy spiders.'
66

77
setup(name='scrapeops_scrapy',

0 commit comments

Comments
 (0)