Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit 54ffa19

Browse files
committed
Bump version: 1.2.0 → 1.2.1
1 parent 4d40352 commit 54ffa19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
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
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name='scrapylib',
7-
version='1.2.0',
7+
version='1.2.1',
88
license='BSD',
99
description='Scrapy helper functions and processors',
1010
author='Scrapinghub',

0 commit comments

Comments
 (0)