diff --git a/blues/version.py b/blues/version.py index 6523ec15..ac43ce07 100644 --- a/blues/version.py +++ b/blues/version.py @@ -1,7 +1,7 @@ # This file is automatically generated by setup.py -short_version = '0.1.4' -version = '0.1.4.dev1' -full_version = '0.1.4.dev1-a75e285' -git_revision = 'a75e285069a1d5dc3336283ebc8b42671d5d80d4' +short_version = '0.2.0' +version = '0.2.0.dev1' +full_version = '0.2.0.dev1-7e59298' +git_revision = '7e5929803e3bf7886d77ee1a2f7069c605c3cb94' release = False diff --git a/devtools/conda-recipe/meta.yaml b/devtools/conda-recipe/meta.yaml index 2f9c5695..f00b5d83 100755 --- a/devtools/conda-recipe/meta.yaml +++ b/devtools/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: blues - version: 0.1.4 + version: 0.2.0 source: path: ../../ diff --git a/setup.py b/setup.py index 1c7b9fab..4ab17507 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.1.4" # Primary base version of the build +VERSION = "0.2.0" # Primary base version of the build DEVBUILD = "1" # Dev build status, Either None or Integer as string ISRELEASED = False # Are we releasing this as a full cut? __version__ = VERSION