Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jun 7, 2023
1 parent afb1e15 commit 7b852c6
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 @@ -12,7 +12,7 @@
with open(join(this_dir, "requirements.txt")) as f:
requirements = f.read().split("\n")

version = environ.get("VERSION", "2023.7.7.1")
version = environ.get("VERSION", "1.0.dev0")
requirements.extend([f"autoconf=={version}"])


Expand Down

0 comments on commit 7b852c6

Please sign in to comment.