From dd2368bd9ca8d61ccbe87088d5c9b010297ca399 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Wed, 15 Feb 2017 23:37:18 -0500 Subject: [PATCH] Verision 1.3.1 --- 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 6731d10..aac7030 100644 --- a/makechr/makechr.py +++ b/makechr/makechr.py @@ -7,7 +7,7 @@ import sys -__version__ = '1.3' +__version__ = '1.3.1' def allow_overflow_build(text): diff --git a/setup.py b/setup.py index 1b667f8..ad13ba5 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' +__version__ = '1.3.1' if sys.argv[1] == 'py2exe':