Skip to content

Commit d3ca6de

Browse files
Merge pull request #405 from dsurnin/file-struct
File struct
2 parents 8d58391 + fd7e4e9 commit d3ca6de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ options.skip([
224224
StagesEnum.PYPI_RELEASE,
225225
StagesEnum.GITHUB_RELEASE
226226
])
227-
options.setReleaseVersion("0.0.6")
227+
options.setReleaseVersion("0.0.7")
228228
testAndPublish(name, [ubuntu: [plenum1: plenumTestUbuntuPart1, plenum2: plenumTestUbuntuPart2, plenum3: plenumTestUbuntuPart3,
229229
ledger: ledgerTestUbuntu,
230230
stp: stpTestUbuntu]], true, options, [ubuntu: buildDebUbuntu])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'ioflo==1.5.4', 'semver', 'base58', 'orderedset',
7272
'sortedcontainers==1.5.7', 'psutil', 'pip',
7373
'portalocker==0.5.7', 'pyzmq', 'raet',
74-
'psutil', 'intervaltree', 'msgpack-python==0.4.6', 'indy-crypto==0.1.6'],
74+
'psutil', 'intervaltree', 'msgpack-python==0.4.6', 'indy-crypto'],
7575
extras_require={
7676
'stats': ['python-firebase'],
7777
'benchmark': ['pympler']

0 commit comments

Comments
 (0)