Skip to content

Commit ffdfc41

Browse files
authored
Merge pull request #289 from skhoroshavin/stable-1.0.1
ST-609: Stable 1.0.1
2 parents 97ad198 + 9d60de7 commit ffdfc41

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.1~rc1)
56+
FPM_P_DEPENDS := indy-node(=1.9.1)
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.1.rc1'],
41+
install_requires=['indy-node==1.9.1'],
4242

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

0 commit comments

Comments
 (0)