Skip to content

Commit be2b648

Browse files
committed
v7.3.0
1 parent 390e046 commit be2b648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SLIP-39-macOS.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ coll = COLLECT(exe,
5050
app = BUNDLE(coll,
5151
name='SLIP-39.app',
5252
icon='images/SLIP-39.icns',
53-
version='7.2.1',
53+
version='7.3.0',
5454
info_plist={
55-
'CFBundleVersion':'7.2.1',
55+
'CFBundleVersion':'7.3.0',
5656
'CFBundlePackageType':'APPL',
5757
'LSApplicationCategoryType':'public.app-category.finance',
5858
'LSMinimumSystemVersion':'10.15.0',

slip39/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ( 7, 2, 1 )
1+
__version_info__ = ( 7, 3, 0 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)