Skip to content

Commit

Permalink
back to os.environ version)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Josey authored and Drew Josey committed Nov 19, 2024
1 parent ab4e46b commit 34cf5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Get the long description from the README file
with open(path.join(here, "README.md"), encoding="utf-8") as f:
long_description = f.read()
released_version = "1.9.5"
released_version = os.environ.get("VERSION")

setup(
name="pypodcastparser-ihr",
Expand Down

0 comments on commit 34cf5cb

Please sign in to comment.