diff --git a/doc/conf.py b/doc/conf.py index 22401185..a8392556 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -43,9 +43,9 @@ # |version| and |release|, also used in various other places throughout the # built documents. # The short X.Y version. -version = '0.4' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.4' +release = '1.0' language = None diff --git a/setup.py b/setup.py index 582d6737..2fcdb0e6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup #githash = subprocess.check_output(["git", "log", "--format=%h"], universal_newlines=True).split('\n')[0] -vers = "0.4.0" +vers = "1.0.0" githash = "" with open('prospect/_version.py', "w") as f: f.write('__version__ = "{}"\n'.format(vers))