Skip to content

Commit

Permalink
hotfix: previous change still yields a broken release. So going back …
Browse files Browse the repository at this point in the history
…to manually editing the version number. We will fix the release process shortly
  • Loading branch information
giovanni-guidini committed Oct 5, 2023
1 parent 1032b84 commit 797337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.5
0.3.6
10 changes: 1 addition & 9 deletions codecov_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 797337d

Please sign in to comment.