Skip to content

Commit 67acfc0

Browse files
committed
3.0.1
1 parent f23645a commit 67acfc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Constants used by bob.
33
"""
44

5-
__version__ = "3.0.0"
5+
__version__ = "3.0.1"
66

77
import random
88

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages = rec {
1515
bob = with pkgs.python311Packages; buildPythonApplication {
1616
pname = "bob";
17-
version = "3.0.0";
17+
version = "3.0.1";
1818
pyproject = true;
1919
nativeBuildInputs = [ hatchling ];
2020

0 commit comments

Comments
 (0)