Skip to content

Commit

Permalink
dev(hansbug): use potc>=0.1.0 && version v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Aug 29, 2022
1 parent 3149eaa commit 894ee04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion potc_dict/config/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
potc>=0.0.4
potc>=0.1.0

0 comments on commit 894ee04

Please sign in to comment.