Skip to content

Commit

Permalink
fix: fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 14, 2023
1 parent a3e9814 commit 7ffce05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ markdown_extensions:
alternate_style: true

extra:
version: 0.1.9
version: 0.2.0
generator: false
social:
- icon: fontawesome/brands/github
Expand Down
2 changes: 1 addition & 1 deletion mkdocs_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ markdown_extensions:
alternate_style: true

extra:
version: 0.1.9
version: 0.2.0
generator: false
social:
- icon: fontawesome/brands/github
Expand Down
2 changes: 1 addition & 1 deletion pokelance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.9"
__version__ = "0.2.0"
__author__ = "FallenDeity"

from .client import PokeLance
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 = "pokelance"
version = "0.1.9"
version = "0.2.0"
description = "A flexible and easy to use pokemon library."
authors = ["FallenDeity <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7ffce05

Please sign in to comment.