diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-09-15 12:10:37 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-09-15 12:10:37 -0400 |
commit | 09fc0f4d2a05a4c4a4b33c730af7679dd92631c5 (patch) | |
tree | e01c0de9b9947dee5696cc8ea192a7cae43438cf /rambo/_version.py | |
parent | 33b7b0951a9f6cc69988de6ab471577863d5c828 (diff) | |
download | rambo-09fc0f4d2a05a4c4a4b33c730af7679dd92631c5.tar.gz |
Force old build string behavior under conda-build 3.x for now; bump version
Diffstat (limited to 'rambo/_version.py')
-rw-r--r-- | rambo/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rambo/_version.py b/rambo/_version.py index 6f6463d..734f8d2 100644 --- a/rambo/_version.py +++ b/rambo/_version.py @@ -1 +1 @@ -__version__ = '1.0.0b2' +__version__ = '1.0.0b3' |