diff --git a/latticejson/__about__.py b/latticejson/__about__.py index 2aea361..3b75ee4 100644 --- a/latticejson/__about__.py +++ b/latticejson/__about__.py @@ -1,6 +1,6 @@ __title__ = 'latticeJSON' __description__ = 'A JSON based lattice file format' __url__ = 'https://github.com/andreasfelix/latticejson' -__version__ = '0.0.1' +__version__ = '0.0.2' __author__ = 'Felix Andreas' __license__ = 'GNU General Public License v3.0'