Skip to content

Commit

Permalink
update: document about version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf001 committed Nov 22, 2022
1 parent ab81694 commit d91b62c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ version: x.x.x
- Supportted format
- json
- yaml
- toml

- To be supportted
- xml
- toml
- ini

You can use fconv as command-line tool and Python module.
Expand Down
1 change: 1 addition & 0 deletions dev-requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ pytest-mock==3.10.0
pytest-randomly==3.12.0
tomli==2.0.1
types-PyYAML==6.0.12.2
types-toml==0.10.8.1
typing_extensions==4.4.0
zipp==3.10.0
2 changes: 1 addition & 1 deletion fconv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__doc__ = "Converter between multiple open-standard file formats."
__version__ = "1.0.2"
__version__ = "2.0.0"
__prog__ = "fconv"
__author__ = "wf001"
__license__ = "MIT"
Expand Down
1 change: 1 addition & 0 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PyYAML==6.0
toml==0.10.2

0 comments on commit d91b62c

Please sign in to comment.