bump ARTIQ version number

This commit is contained in:
Sebastien Bourdeauducq 2021-11-03 21:51:16 +08:00
parent 9a1a8e0e81
commit a3543a5527
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7
8

View File

@ -70,7 +70,7 @@
artiq = pkgs.python3Packages.buildPythonPackage rec {
pname = "artiq";
version = "7.0-dev";
version = "8.0-dev";
src = self;
preBuild = "export VERSIONEER_OVERRIDE=${version}";