From 797337d9b2c3d9e250a2c70e8d0987e0be2579dc Mon Sep 17 00:00:00 2001 From: Gguidini Date: Thu, 5 Oct 2023 14:31:24 -0300 Subject: [PATCH] hotfix: previous change still yields a broken release. So going back to manually editing the version number. We will fix the release process shortly --- VERSION | 2 +- codecov_cli/__init__.py | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 09e91570..53b61ecf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.5 \ No newline at end of file +0.3.6 \ No newline at end of file diff --git a/codecov_cli/__init__.py b/codecov_cli/__init__.py index 3a75112a..4596d037 100644 --- a/codecov_cli/__init__.py +++ b/codecov_cli/__init__.py @@ -1,9 +1 @@ -from os import path - -here = path.abspath(path.dirname(__file__)) - - -with open(path.join(here, "..", "VERSION"), encoding="utf-8") as f: - version_number = f.readline().strip() - -__version__ = version_number +__version__ = '0.3.6'