diff --git a/potc/config/meta.py b/potc/config/meta.py index 5a0ed00b..3a4f43b1 100644 --- a/potc/config/meta.py +++ b/potc/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = "potc" #: Version of this project. -__VERSION__ = "0.0.2" +__VERSION__ = "0.0.3" #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Python object to code module.'