Skip to content

Commit

Permalink
[tagpr] prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2023
1 parent dd34777 commit 88130a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![PyPI][pypi_badge]][pypi_project] ![PythonVersions][pyversions] ![LICENSE][license_badge] [![CI][actions_status]][ci_workflow]

[pypi_project]: https://pypi.org/project/aws-clipper/0.0.6/
[pypi_project]: https://pypi.org/project/aws-clipper/0.0.7/
[pypi_badge]: https://img.shields.io/badge/pypi-v0.0.6-orange
[license_badge]: https://img.shields.io/badge/license-MIT-green
[pyversions]: https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
Expand Down
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 = "aws-clipper"
version = "0.0.6"
version = "0.0.7"
description = "`aws-clipper` dumps AWS CLI config from a simple YAML file."
authors = ["kai2nenobu <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aws_clipper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import yaml

__version__ = "0.0.6"
__version__ = "0.0.7"


def _expand_value(v: Any, variables: dict[str, Any] = {}) -> str:
Expand Down

0 comments on commit 88130a9

Please sign in to comment.