Skip to content

Commit

Permalink
Merge pull request #160 from XLSForm/fix-version
Browse files Browse the repository at this point in the history
Fix version number, should be 0.10.0
  • Loading branch information
ukanga authored Nov 8, 2017
2 parents 6bc0e66 + 9bbd144 commit 30ce249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 30ce249

Please sign in to comment.