We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23645a commit 67acfc0Copy full SHA for 67acfc0
bob/__init__.py
@@ -2,7 +2,7 @@
2
Constants used by bob.
3
"""
4
5
-__version__ = "3.0.0"
+__version__ = "3.0.1"
6
7
import random
8
flake.nix
@@ -14,7 +14,7 @@
14
packages = rec {
15
bob = with pkgs.python311Packages; buildPythonApplication {
16
pname = "bob";
17
- version = "3.0.0";
+ version = "3.0.1";
18
pyproject = true;
19
nativeBuildInputs = [ hatchling ];
20
0 commit comments