nixos/test-driver: bump version

This commit is contained in:
Patrick Hilhorst 2022-01-01 23:06:07 +01:00
parent 4e1556ed4d
commit ac6c06c549
No known key found for this signature in database
GPG key ID: 3BB083304DADC0FF
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec {
pname = "nixos-test-driver";
version = "1.0";
version = "1.1";
src = ./.;
propagatedBuildInputs = [ coreutils netpbm python3Packages.colorama python3Packages.ptpython qemu_pkg socat vde2 ]

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="nixos-test-driver",
version='1.0',
version='1.1',
packages=find_packages(),
entry_points={
"console_scripts": [