Skip to content

Commit a86a411

Browse files
author
anikitinDSR
authored
Merge pull request #302 from anikitinDSR/stable-1.0.2
[Stable-1.0.2] bump indy-node to stable version
2 parents 54448b5 + 0ae518a commit a86a411

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devops/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ifeq ($(SRC_DIR_NAME),sovtoken)
5353
# pypi: indy-plenum
5454
# apt: indy-plenum (stable component)
5555

56-
FPM_P_DEPENDS := indy-node(=1.9.2~rc1)
56+
FPM_P_DEPENDS := indy-node(=1.9.2)
5757
FPM_ARGS := --no-python-dependencies $(FPM_ARGS)
5858
endif
5959

sovtoken/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
3939
include_package_data=True,
4040

41-
install_requires=['indy-node==1.9.2rc1'],
41+
install_requires=['indy-node==1.9.2'],
4242

4343
setup_requires=['pytest-runner'],
4444
extras_require={

0 commit comments

Comments
 (0)