Skip to content

Commit

Permalink
Added a version number and version_info to the __init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Sep 18, 2017
1 parent f01445f commit db6a177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ldtk/__init__.py
Expand Up @@ -2,4 +2,7 @@
from .ldtk import LDPSetCreator, LDPSet, load_ldpset
from .filters import BoxcarFilter, TabulatedFilter

version_info = (1, 0, 0)
version = '.'.join(str(c) for c in version_info)

__all__ = ['LDPSetCreator', 'LDPSet', 'load_ldpset', 'BoxcarFilter', 'TabulatedFilter']

0 comments on commit db6a177

Please sign in to comment.