Skip to content

Commit

Permalink
Bump to version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Oct 16, 2017
1 parent fe567a1 commit f2807d6
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 @@ -8,7 +8,7 @@
import sys


__version__ = '1.3.1'
__version__ = '1.4'


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.1'
__version__ = '1.4'

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

Expand Down

0 comments on commit f2807d6

Please sign in to comment.