Skip to content

Commit 848d994

Browse files
author
Jenkins
committed
Bump version: 2.41.4 → 2.42.0
1 parent 8589bdf commit 848d994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

55

6-
version = '2.41.4'
6+
version = '2.42.0'
77

88
setup(name='testdroid',
99
version=version,

testdroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from optparse import OptionParser
1212
from datetime import datetime
1313

14-
__version__ = '2.41.4'
14+
__version__ = '2.42.0'
1515

1616
FORMAT = "%(message)s"
1717
logging.basicConfig(format=FORMAT)

0 commit comments

Comments
 (0)