Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed Jun 4, 2017
1 parent 5bec835 commit 4166bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmtool/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "TuxSH"
__copyright__ = "Copyright (c) 2017 TuxSH"
__license__ = "BSD"
__version__ = "1.0"
__version__ = "1.1"

"""
Parses, extracts, and builds 3DS firmware files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='firmtool',
version='1.0',
version='1.1',
description='Parses, extracts, and builds 3DS firmware files',
license='BSD',
keywords='3DS firmware parse extract build',
Expand Down

0 comments on commit 4166bb6

Please sign in to comment.