Skip to content

Commit 8a6d284

Browse files
committed
revert setup
1 parent 1e16ff2 commit 8a6d284

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.10.14.1")
14+
version = environ.get("VERSION", "1.0.dev0")
1515
requirements.extend(
1616
[
1717
f"autoarray=={version}",

0 commit comments

Comments
 (0)