Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 1.3, duplicate version number in setup.py for PyPI in…
…stall.
  • Loading branch information
dustmop committed Feb 9, 2017
1 parent 2e43d31 commit cd2481a
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
Expand Up @@ -7,7 +7,7 @@
import sys


__version__ = '1.2'
__version__ = '1.3'


def allow_overflow_build(text):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.2'
__version__ = '1.3'

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

Expand Down

0 comments on commit cd2481a

Please sign in to comment.