diff --git a/latticejson/__about__.py b/latticejson/__about__.py index 3026948..2aea361 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.0' +__version__ = '0.0.1' __author__ = 'Felix Andreas' __license__ = 'GNU General Public License v3.0'