Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvic-dev committed Mar 12, 2024
1 parent 8a02d98 commit be84013
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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-alpha"
__version__ = "3.0.0"

import random

Expand Down
3 changes: 1 addition & 2 deletions 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-alpha";
version = "3.0.0";
pyproject = true;
nativeBuildInputs = [ hatchling ];

Expand Down Expand Up @@ -45,7 +45,6 @@
pynacl
deps.topggpy
deps.tortoiseORM
asyncpg
deps.aerich
pyyaml
tqdm
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"jishaku",
"pynacl",
"topggpy",
"yaml",
"PyYAML",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nest-asyncio
jishaku
pynacl
topggpy
yaml
PyYAML

0 comments on commit be84013

Please sign in to comment.