bump version to 1.0.1

This commit is contained in:
Thomas Waldmann
2014-06-28 21:18:58 +02:00
parent a06f35bf3f
commit 8db6b67548
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ copyright = u'2011-2014, Thomas Waldmann'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -19,7 +19,7 @@ from setuptools import setup, find_packages
setup(
name='XStatic',
version='1.0.0',
version='1.0.1',
description='XStatic base package with minimal support code',
long_description=long_description,
classifiers=[