Skip to content

Commit

Permalink
Merge branch 'develop' into issue915
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohaib90 authored Jan 23, 2023
2 parents 63a4ef1 + 087723e commit 770e5f3
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 @@ -14,7 +14,7 @@
try:
version = (source_root / "VERSION").read_text().rstrip("\n")
except FileNotFoundError:
version = "dev"
version = "0.0.dev0"

with open(source_root / "src/pandas_profiling/version.py", "w") as version_file:
version_file.write(f"__version__ = '{version}'")
Expand Down

0 comments on commit 770e5f3

Please sign in to comment.