From 77ab644b5c6db127bc3371565958e9755bbfa51f Mon Sep 17 00:00:00 2001 From: Leonhard S Date: Wed, 13 May 2020 19:18:43 +0200 Subject: [PATCH] Bump version string This is mostly intended as a test for the automated PyPI upload action. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b4c1a2..1190f3c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools setuptools.setup(name='auraxium', - version='0.0.2', + version='0.0.3', author='Leonhard S.', author_email='leonhard-s@users.noreply.github.com', description='A python wrapper for the PlanetSide 2 Census API.',