Skip to content

Commit

Permalink
Bump to 3.5.1
Browse files Browse the repository at this point in the history
bayasdev committed Aug 19, 2024
1 parent 4576ea1 commit 0b502c4
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
@@ -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'
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 0b502c4

Please sign in to comment.