Commit d2e23dea authored by Adam Procter's avatar Adam Procter Committed by Scott Cyphers

Increment version number to 0.2.0 (#758)

parent 8364633b
......@@ -63,9 +63,9 @@ author = 'Intel Corporation'
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = 'v0.1.0'
release = 'v0.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -21,7 +21,7 @@ import setuptools
import os
import distutils.ccompiler
__version__ = '0.1.0'
__version__ = '0.2.0'
# Parallel build from:
......
......@@ -27,7 +27,7 @@ import setuptools
import os
import distutils.ccompiler
__version__ = '0.1.0'
__version__ = '0.2.0'
# Parallel build from http://stackoverflow.com/questions/11013851/speeding-up-build-process-with-distutils
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment