Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kirsche committed Jul 28, 2022
1 parent 78a211f commit 47479a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="3.1.0",
version="3.1.1",
description="Generate ansible directory structures",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -78,9 +78,11 @@
"example-isort-sorting-plugin",
"flake8",
"flake8-bugbear",
"flake8-pyi",
"interrogate",
"isort[colors]",
"mypy",
"pytest",
"setuptools",
"types-setuptools",
],
Expand Down

0 comments on commit 47479a9

Please sign in to comment.