Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvic-dev committed Mar 12, 2024
1 parent f23645a commit 67acfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Constants used by bob.
"""

__version__ = "3.0.0"
__version__ = "3.0.1"

import random

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
packages = rec {
bob = with pkgs.python311Packages; buildPythonApplication {
pname = "bob";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
nativeBuildInputs = [ hatchling ];

Expand Down

0 comments on commit 67acfc0

Please sign in to comment.