Skip to content

Commit

Permalink
Fix CI and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jupblb committed Feb 15, 2023
1 parent b3ebf6b commit 0464054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
entry_points={"console_scripts": ["gtasks-md=app.cli:main"]},
packages=["app"],
version="0.0.2",
version="0.0.3",
license="Apache License 2.0",
)
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ let
propagatedBuildInputs = [ plumbum ply ];
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0GPuJS8nYQEPFs86FJEq2SRRh8JMVvSxrZaW4QT+bh4=";
sha256 = "sha256-53LCxthxFGiUV5go268e/VOOtk/H5x1KazoRoYuu+Q0=";
};
version = "2.2";
version = "2.3";
};
pythonWithPackages = pkgs.python3.withPackages (p: with p; [
google-api-python-client
Expand Down

0 comments on commit 0464054

Please sign in to comment.