Skip to content

Commit 54448b5

Browse files
author
anikitinDSR
authored
Merge pull request #301 from anikitinDSR/rc-1.0.2
[RC-1.0.2] bump packages version
2 parents 3370a4d + 7de450d commit 54448b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sovtoken/sovtoken/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# TODO: Update the field values below where needed
66
__title__ = 'sovtoken'
7-
__version_info__ = (1, 0, 1)
7+
__version_info__ = (1, 0, 2)
88
__version__ = '.'.join(map(str, __version_info__))
99
__description__ = 'Token Plugin For Indy Plenum'
1010
__long_description__ = ''

sovtokenfees/sovtokenfees/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__maintainer__ = 'Sovrin'
1010
__title__ = 'sovtokenfees'
1111
__url__ = 'https://github.com/sovrin-foundation/token-plugin/tree/master/sovtokenfees'
12-
__version_info__ = (1, 0, 1)
12+
__version_info__ = (1, 0, 2)
1313
__version__ = '.'.join(map(str, __version_info__))
1414

1515
__all__ = ['__title__',

0 commit comments

Comments
 (0)