From 102e2bfd4065f95545f0b9e42e95778b1f05c138 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Mon, 22 Jul 2019 15:45:51 -0600 Subject: [PATCH] Remove the stuff from drone, this doesn't actually work --- src/humulus/_version.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/humulus/_version.py b/src/humulus/_version.py index 0926597..d7c2416 100644 --- a/src/humulus/_version.py +++ b/src/humulus/_version.py @@ -12,9 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os - __version__ = "0.0.1" - -if os.environ.get("DRONE_BUILD_NUMBER", default=None) is not None: - __version__ += "dev{}".format(os.environ["DRONE_BUILD_NUMBER"])