Skip to content

Commit

Permalink
Merge pull request #37 from Jylpah/dev
Browse files Browse the repository at this point in the history
version 1.2.8: export AccountInfoStats
  • Loading branch information
Jylpah authored Jan 20, 2024
2 parents 445bb60 + 09bb17c commit 394ad33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "blitz-models"
version = "1.2.7"
version = "1.2.8"
authors = [{ name = "Jylpah", email = "[email protected]" }]
description = "Pydantic models for Wargaming's World of Tanks Blitz game "
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/blitzmodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
)
from .wg_api import (
AccountInfo as AccountInfo,
AccountInfoStats as AccountInfoStats,
WGApiError as WGApiError,
WGApiWoTBlitz as WGApiWoTBlitz,
WGApiWoTBlitzTankopedia as WGApiWoTBlitzTankopedia,
Expand Down

0 comments on commit 394ad33

Please sign in to comment.