FicImageScript v2.1.0
Installation
- From PyPI
pip install FicImageScript==2.1.0
- Using the Wheel File
pip install FicImageScript-2.1.0-py3-none-any.whl
- Using the Source Tarball File
pip install FicImageScript-2.1.0.tar.gz
Changelog
Fixed
- Issue #4. Replaced manual string splitting/joining code
with os.path functions. - Syntax error in PYPI_README.rst.
Changed
- Uncommented out the
[project]
and[project-urls]
sections inpyproject.toml
as they are not redundant anymore.
Changelog.md: https://github.com/Jemeni11/FicImage/blob/main/CHANGELOG.md
Compare Commits: v2.0.0...v2.1.0