Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcraft committed Dec 1, 2021
1 parent f8c641a commit 2ef7dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytmx/__init__.py
Expand Up @@ -27,7 +27,7 @@
except ImportError:
logger.debug("cannot import pygame tools")

__version__ = (3, 30)
__version__ = (3, 31)
__author__ = "bitcraft"
__author_email__ = "leif.theden@gmail.com"
__description__ = "Map loader for TMX Files - Python 3.3 +"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="PyTMX",
version='3.30',
version='3.31',
description='Loads tiled tmx maps',
author='bitcraft',
author_email='leif.theden@gmail.com',
Expand Down

0 comments on commit 2ef7dca

Please sign in to comment.