Skip to content

Commit

Permalink
Update args desc in NekosLife
Browse files Browse the repository at this point in the history
  • Loading branch information
D4n13l3k00 committed Jan 20, 2024
1 parent 8e7062c commit abfd909
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anipics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later

__author__ = "Daniel <[email protected]>"
__version__ = "1.5"
__version__ = "1.5.1"

__all__ = ["Models", "AniPics", "NekosLife"]

Expand Down
4 changes: 2 additions & 2 deletions anipics/services/nekoslife.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get(self, query: Union[NekosLifeType, str]) -> Models.Result:
"""Get picture from nekos.life
Args:
query (NekosLifeType): See Parser/asyncParser.NekosLife.types
query (NekosLifeType): NekosLife.Types.{type} or str
Returns:
Models.Result
Expand All @@ -49,7 +49,7 @@ async def async_get(self, query: Union[NekosLifeType, str]) -> Models.Result:
"""Get picture from nekos.life
Args:
query (NekosLifeType): See Parser/asyncParser.NekosLife.types
query (NekosLifeType): NekosLife.Types.{type} or str
Returns:
Models.Result
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 = "anipics"
version = "1.5"
version = "1.5.1"
description = ""
authors = ["Daniel <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="anipics",
version="1.5",
version="1.5.1",
description="Simple module for getting anime pictures",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit abfd909

Please sign in to comment.