Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Sep 29, 2020
1 parent b7961be commit 2e1d5fc
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 = "tox-poetry-installer"
version = "0.2.1"
version = "0.2.2"
license = "MIT"
authors = ["Ethan Paul <[email protected]>"]
description = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile"
Expand Down
2 changes: 1 addition & 1 deletion tox_poetry_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__title__ = "tox-poetry-installer"
__summary__ = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile"
__version__ = "0.2.1"
__version__ = "0.2.2"
__url__ = "https://github.com/enpaul/tox-poetry-installer/"
__license__ = "MIT"
__authors__ = ["Ethan Paul <[email protected]>"]
Expand Down

0 comments on commit 2e1d5fc

Please sign in to comment.