Skip to content

Commit

Permalink
Updating version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kile committed Sep 11, 2021
1 parent 3ce0770 commit f1e9ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "pypxl"
version = "0.2.1"
version = "0.2.2"
description = "An Asynchronos API wrapper for https://pxlapi.dev"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pypxl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
__author__ = "Kile"
__license__ = "MIT"
__copyright__ = "Copyright 2021 Kile"
__version__ = "0.2.1"
__version__ = "0.2.2"

from .client import PxlClient

0 comments on commit f1e9ad0

Please sign in to comment.