Skip to content

Commit

Permalink
🔖 v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
beastmatser committed Mar 18, 2024
1 parent 24626cd commit 6ba3298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Typing :: Typed
version = 0.1.7
version = 0.1.8

[options]
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion src/aiopoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __repr__(self) -> str:
return f"{self.major}.{self.minor}.{self.micro}-{self.releaselevel}"


version_info: VersionInfo = VersionInfo(0, 1, 7, "final")
version_info: VersionInfo = VersionInfo(0, 1, 8, "final")


__all__ = (
Expand Down

0 comments on commit 6ba3298

Please sign in to comment.