From f2807d68a5f3314d1c5f978b04f2658fbd78d6d2 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Sun, 15 Oct 2017 20:50:53 -0400 Subject: [PATCH] Bump to version 1.4 --- makechr/makechr.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makechr/makechr.py b/makechr/makechr.py index 088cb11..c305994 100644 --- a/makechr/makechr.py +++ b/makechr/makechr.py @@ -8,7 +8,7 @@ import sys -__version__ = '1.3.1' +__version__ = '1.4' def allow_overflow_build(text): diff --git a/setup.py b/setup.py index dc85662..83d95fb 100644 --- a/setup.py +++ b/setup.py @@ -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':