We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17257f6 commit d35d729Copy full SHA for d35d729
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
with open(join(this_dir, "requirements.txt")) as f:
12
requirements = f.read().split("\n")
13
14
-version = environ.get("VERSION", "2021.8.12.1")
+version = environ.get("VERSION", "1.0.dev0")
15
requirements.extend(
16
[
17
f"autoarray=={version}",
0 commit comments