Skip to content

Commit

Permalink
fix release yml, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckp95 committed Dec 12, 2020
1 parent a1f79df commit 5f276fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ame: Release
name: Release
on:
release:
types: [published]
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 = "pytest-parametrize-cases"
version = "0.1.0"
version = "0.1.1"
description = "A more user-friendly way to write parametrized tests."
authors = ["Cameron Pinnegar <cameron.pinnegar@gmail.com>"]
# include = ["src/pytest_parametrize_cases/py.typed"]
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_parametrize_cases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .case import Case, parametrize_cases

__version__ = "0.1.0"
__version__ = "0.1.1"

__all__ = ["__version__", "Case", "parametrize_cases"]

0 comments on commit 5f276fc

Please sign in to comment.