Skip to content

Commit

Permalink
Merge pull request #282 from Toktar/bump-sdk
Browse files Browse the repository at this point in the history
Bump libindy, indy-node, plugin versions
  • Loading branch information
Toktar authored Jul 24, 2019
2 parents 2cbcc2f + ce6772e commit 4433ae1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ifeq ($(SRC_DIR_NAME),sovtoken)
# pypi: indy-plenum
# apt: indy-plenum (stable component)

FPM_P_DEPENDS := indy-node(=1.9.0~dev1028)
FPM_P_DEPENDS := indy-node(=1.9.1~dev1040)
FPM_ARGS := --no-python-dependencies $(FPM_ARGS)
endif

Expand Down
4 changes: 2 additions & 2 deletions sovtoken/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
with open(os.path.join(here, 'sovtoken', '__metadata__.py'), 'r') as f:
exec(f.read(), metadata)

tests_require = ['pytest==4.6.2', 'pytest-xdist', 'mock', 'python3-indy==1.9.0-dev-1132']
tests_require = ['pytest==4.6.2', 'pytest-xdist', 'mock', 'python3-indy==1.10.0-dev-1198']

setup(
name=metadata['__title__'],
Expand All @@ -38,7 +38,7 @@
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
include_package_data=True,

install_requires=['indy-node==1.9.0.dev1028'],
install_requires=['indy-node==1.9.1.dev1040'],

setup_requires=['pytest-runner'],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion sovtoken/sovtoken/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TODO: Update the field values below where needed
__title__ = 'sovtoken'
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '.'.join(map(str, __version_info__))
__description__ = 'Token Plugin For Indy Plenum'
__long_description__ = ''
Expand Down
2 changes: 1 addition & 1 deletion sovtokenfees/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with open(os.path.join(here, 'sovtokenfees', '__metadata__.py'), 'r') as f:
exec(f.read(), metadata)

tests_require = ['pytest==4.6.2', 'pytest-xdist', 'python3-indy==1.9.0-dev-1132']
tests_require = ['pytest==4.6.2', 'pytest-xdist', 'python3-indy==1.10.0-dev-1198']

setup(

Expand Down
2 changes: 1 addition & 1 deletion sovtokenfees/sovtokenfees/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__maintainer__ = 'Sovrin'
__title__ = 'sovtokenfees'
__url__ = 'https://github.com/sovrin-foundation/token-plugin/tree/master/sovtokenfees'
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '.'.join(map(str, __version_info__))

__all__ = ['__title__',
Expand Down

0 comments on commit 4433ae1

Please sign in to comment.