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