From f1e9ad0b89bfc0d1391440d18e5024c55d4bc8c6 Mon Sep 17 00:00:00 2001 From: Kile Date: Sat, 11 Sep 2021 18:25:56 +0100 Subject: [PATCH] Updating version info --- pyproject.toml | 2 +- pypxl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68751f6..7f607c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/pypxl/__init__.py b/pypxl/__init__.py index cc6dfc2..89b906f 100644 --- a/pypxl/__init__.py +++ b/pypxl/__init__.py @@ -9,6 +9,6 @@ __author__ = "Kile" __license__ = "MIT" __copyright__ = "Copyright 2021 Kile" -__version__ = "0.2.1" +__version__ = "0.2.2" from .client import PxlClient \ No newline at end of file