10000 Bump version: 1.6.2 → 1.7.0 · robic/python-scrapinghub@694cd9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 694cd9d

Browse files
committed
Bump version: 1.6.2 → 1.7.0
1 parent b8882fe commit 694cd9d

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.6.2
2+
current_version = 1.7.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

scrapinghub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pass
1818

1919
__all__ = ["APIError", "Connection"]
20-
__version__ = '1.6.2'
20+
__version__ = '1.7.0'
2121

2222
logger = logging.getLogger('scrapinghub')
2323

0 commit comments

Comments
 (0)
0