Skip to content

Commit d35d729

Browse files
committed
reset setup
1 parent 17257f6 commit d35d729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open(join(this_dir, "requirements.txt")) as f:
1212
requirements = f.read().split("\n")
1313

14-
version = environ.get("VERSION", "2021.8.12.1")
14+
version = environ.get("VERSION", "1.0.dev0")
1515
requirements.extend(
1616
[
1717
f"autoarray=={version}",

0 commit comments

Comments
 (0)