From bbef923567ab119fa97ad9fcc268584947309141 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 18 Sep 2018 19:39:07 +0200 Subject: bump version to 1.0.2 this release only has some very minor changes, it was primarily done to update the repo and docs URL, so the metadata on pypi.org will also reflect the new locations. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed98961..46689eb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ with open(readme_path) as f: setup( name='XStatic', - version='1.0.1', + version='1.0.2', description='XStatic base package with minimal support code', long_description=long_description, classifiers=[ -- cgit v1.2.1