diff --git a/docs/conf.py b/docs/conf.py index fd155dd..8ea76f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.2' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 66a438a..8bdd529 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from setuptools import setup ########################## -VERSION = "0.2" -ISRELEASED = False +VERSION = "1.0" +ISRELEASED = True __version__ = VERSION ########################## @@ -125,4 +125,4 @@ def find_package_data(): ) # Delete version.py file from this directory -os.remove(ensembler_version_filepath) \ No newline at end of file +os.remove(ensembler_version_filepath)