Skip to content

Commit

Permalink
Bump to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev committed Aug 19, 2024
1 parent 4576ea1 commit 0b502c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envycontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# begin constants definition

VERSION = '3.5.0'
VERSION = '3.5.1'

# Note: Do NOT remove this in cleanup!
CACHE_FILE_PATH = '/var/cache/envycontrol/cache.json'
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages.${system} = {
envycontrol = pkgs.python3Packages.buildPythonPackage {
pname = "envycontrol";
version = "3.5.0";
version = "3.5.1";
src = self;
};
default = self.packages.${system}.envycontrol;
Expand Down

0 comments on commit 0b502c4

Please sign in to comment.