Skip to content

Commit 667872d

Browse files
committed
version 1.0b7
1 parent 5d0e611 commit 667872d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fuse3ds/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'ihaveamac'
22
__copyright__ = 'Copyright (c) 2017-2018 Ian Burgwin'
33
__license__ = 'MIT'
4-
__version__ = '1.0b7.dev1'
4+
__version__ = '1.0b7'

fuse3ds/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
print('fuse-3ds v{} - https://github.com/ihaveamac/fuse-3ds'.format(version))
2222

2323
if hexversion < 0x030502F0:
24-
exit('Python {0[0]}.{0[1]}.{0[2]} is not supported. Please use Python 3.6.1.'.format(version_info))
24+
exit('Python {0[0]}.{0[1]}.{0[2]} is not supported. Please use Python 3.6.1 or later.'.format(version_info))
2525

2626
if hexversion < 0x030601F0:
2727
print('',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='fuse-3ds',
18-
version='1.0b7.dev1',
18+
version='1.0b7',
1919
packages=['fuse3ds', 'fuse3ds.pyctr', 'fuse3ds.pyctr.types', 'fuse3ds.mount'],
2020
url='https://github.com/ihaveamac/fuse-3ds',
2121
license='MIT',

0 commit comments

Comments
 (0)