From 7b852c6a921fcfe3568c135eb0b403323b5bb4b8 Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Wed, 7 Jun 2023 10:47:12 +0100 Subject: [PATCH] setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7960edb1f..bad6a2389 100644 --- a/setup.py +++ b/setup.py @@ -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}"])