Skip to content

Commit

Permalink
Fix a typo in tox.ini, release 1.0.6 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorencarvalho committed May 9, 2024
1 parent db8e844 commit 1f7ccba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shiv/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py310
3.11: py311

[testenv]
commands=
Expand Down

0 comments on commit 1f7ccba

Please sign in to comment.