diff --git a/pyxform/__init__.py b/pyxform/__init__.py index 43b01fe56..0e7306e95 100755 --- a/pyxform/__init__.py +++ b/pyxform/__init__.py @@ -3,7 +3,7 @@ Collect easy. """ -__version__ = '0.10.1' +__version__ = '0.10.0' from pyxform.survey import Survey # noqa from pyxform.section import Section # noqa diff --git a/setup.py b/setup.py index 7989d104b..82fba6e1a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pyxform', - version='0.10.1', + version='0.10.0', author='github.com/xlsform', author_email='info@xlsform.org', packages=find_packages(),