diff --git a/potc_dict/config/meta.py b/potc_dict/config/meta.py index 9222dfe..5acb171 100644 --- a/potc_dict/config/meta.py +++ b/potc_dict/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = "potc-dict" #: Version of this project. -__VERSION__ = "0.0.2" +__VERSION__ = "0.0.3" #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Pretty dict generating plugin for potc.' diff --git a/requirements.txt b/requirements.txt index dbd6484..1291d56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -potc>=0.0.4 \ No newline at end of file +potc>=0.1.0