Skip to content

Commit cddf64c

Browse files
committed
Bump version: 0.9.0 → 0.10.0
1 parent 7612602 commit cddf64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.9.0"
2+
current_version = "0.10.0"
33
commit = true
44
tag = true
55
tag_name = "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='scrapy-splash',
6-
version='0.9.0',
6+
version='0.10.0',
77
url='https://github.com/scrapy-plugins/scrapy-splash',
88
description='JavaScript support for Scrapy using Splash',
99
long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),

0 commit comments

Comments
 (0)