We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3149eaa commit 894ee04Copy full SHA for 894ee04
potc_dict/config/meta.py
@@ -7,7 +7,7 @@
7
__TITLE__ = "potc-dict"
8
9
#: Version of this project.
10
-__VERSION__ = "0.0.2"
+__VERSION__ = "0.0.3"
11
12
#: Short description of the project, will be included in ``setup.py``.
13
__DESCRIPTION__ = 'Pretty dict generating plugin for potc.'
requirements.txt
@@ -1 +1 @@
1
-potc>=0.0.4
+potc>=0.1.0
0 commit comments