Skip to content

Commit

Permalink
Verision 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Feb 16, 2017
1 parent 136760e commit dd2368b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makechr/makechr.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys


__version__ = '1.3'
__version__ = '1.3.1'


def allow_overflow_build(text):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

long_description = """Makechr is a tool for generating NES graphics from pixel art images. It creates the NES graphical components as separate files, letting you easily include these are binaries into homebrew ROMs. There are many options for handling different types of input images, check the README for more information."""

__version__ = '1.3'
__version__ = '1.3.1'

if sys.argv[1] == 'py2exe':

Expand Down

0 comments on commit dd2368b

Please sign in to comment.