summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 19:39:07 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 19:39:07 +0200
commitbbef923567ab119fa97ad9fcc268584947309141 (patch)
tree140b5d45aa7a30f490827b58083f0ba1836be6fe /setup.py
parentd70de80a1c13b1658ba4eb393b9bd2aec3f5b692 (diff)
downloadxstatic-git-bbef923567ab119fa97ad9fcc268584947309141.tar.gz
bump version to 1.0.21.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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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=[