Skip to content

Commit

Permalink
build: update version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kirsche committed Jul 27, 2022
1 parent cc83d6e commit 223eda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ansible-generator"
version = "3.0.3"
version = "3.1.0"
description = "Ansible project generation tool"
authors = ["Kevin Kirsche <[email protected]>"]
license = "BSD-4-Clause"
Expand Down
2 changes: 1 addition & 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.0.3",
version="3.1.0",
description="Generate ansible directory structures",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 223eda8

Please sign in to comment.