Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Purik committed Jul 2, 2021
1 parent f193bb1 commit eeace62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="sirius-sdk",
version="1.2.7", # + os.getenv('BUILD_NUMBER'),
version="1.2.8", # + os.getenv('BUILD_NUMBER'),
description="SDK for developing Smart-Contracts in Self-sovereign-identity world.",
long_description=README,
long_description_content_type="text/x-rst",
Expand Down
2 changes: 1 addition & 1 deletion sirius_sdk/agent/aries_rfc/did_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def validate(self):
check_for_attributes(
serviceBlock,
[
('type', 'IndyAgent'),
'type',
'recipientKeys',
'serviceEndpoint'
]
Expand Down

0 comments on commit eeace62

Please sign in to comment.