Skip to content

Commit

Permalink
Bump to version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed May 11, 2019
1 parent 6c5ddeb commit 44dcd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4'
__version__ = '1.5'


def allow_overflow_build(text):
Expand Down
4 changes: 2 additions & 2 deletions 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.4'
__version__ = '1.5'

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

Expand All @@ -30,7 +30,7 @@
'icon_resources': [(1, 'makechr/res/windows.ico')],
'dest_base': 'makechr',
'description': 'Makechr tool for generating NES graphics',
'copyright': 'Copyright (C) 2017 Dustin Long',
'copyright': 'Copyright (C) 2019 Dustin Long',
}],
packages=['makechr'],
zipfile=None,
Expand Down

0 comments on commit 44dcd7e

Please sign in to comment.