Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Oct 23, 2023
1 parent 1c9feec commit 699fffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gluonts/meta/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,6 @@ def make_release_tree(self, base_dir, files):
return {"sdist": sdist, "build_py": build_py}


__version__ = get_version(fallback=os.environ.get("GLUONTS_FALLBACK_VERSION", "0.0.0"))
__version__ = get_version(
fallback=os.environ.get("GLUONTS_FALLBACK_VERSION", "0.0.0")
)

0 comments on commit 699fffa

Please sign in to comment.