Skip to content

Commit

Permalink
Bump v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Jul 31, 2024
1 parent ca8076d commit b3af1e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies = [
]
requires-python = ">=3.8"
authors = [
{name = "Kush Dubey", email = "kushdubey63@gmail.com" },
{ name = "Kush Dubey", email = "kushdubey63@gmail.com" },
]
maintainers = [
{name = "Kush Dubey", email = "kushdubey63@gmail.com" },
{ name = "Kush Dubey", email = "kushdubey63@gmail.com" },
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/cappr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://cappr.readthedocs.io/
"""

__version__ = "0.9.1"
__version__ = "0.9.2"

from . import utils # noqa: F401
from ._example import Example # noqa: F401
Expand Down

0 comments on commit b3af1e6

Please sign in to comment.