We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e16ff2 commit 8a6d284Copy full SHA for 8a6d284
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.10.14.1")
+version = environ.get("VERSION", "1.0.dev0")
15
requirements.extend(
16
[
17
f"autoarray=={version}",
0 commit comments