Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jun 6, 2024
1 parent b3e70d1 commit 02b96ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pkgs = import nixpkgs { system = "x86_64-linux"; };
sipyco = pkgs.python3Packages.buildPythonPackage {
pname = "sipyco";
version = "1.6";
version = "1.7";
src = self;
propagatedBuildInputs = with pkgs.python3Packages; [ pybase64 numpy ];
};
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="sipyco",
version="1.6",
version="1.7",
author="M-Labs",
url="https://m-labs.hk/artiq",
description="Simple Python communications",
Expand Down

0 comments on commit 02b96ec

Please sign in to comment.