diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-09-15 12:13:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 12:13:58 -0400 |
commit | ce0ee987a7c3a6ee92f22590a01e885e9757f6ca (patch) | |
tree | e01c0de9b9947dee5696cc8ea192a7cae43438cf /rambo/_version.py | |
parent | 33b7b0951a9f6cc69988de6ab471577863d5c828 (diff) | |
parent | 09fc0f4d2a05a4c4a4b33c730af7679dd92631c5 (diff) | |
download | rambo-ce0ee987a7c3a6ee92f22590a01e885e9757f6ca.tar.gz |
Merge pull request #5 from rendinam/old_build_string
Force old build string behavior under conda-build 3.x for now
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' |