Bump version: 0.3.0 → 0.4.0
Some checks failed
Deploy pypi-list / build (push) Failing after 3m36s

This commit is contained in:
Waylon Walker 2021-06-25 08:32:15 -05:00
parent 9e2abc427b
commit 01101bcb02
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ dev_requires = Path("requirements_dev.txt").read_text().split()
setup(
name="pypi_list",
version="0.3.0",
version="0.4.0",
packages=find_packages(),
install_requires=requires,
extras_require={