diff --git a/.github/workflows/rust-python.yml b/.github/workflows/rust-python.yml index 1f55e07..b8889c5 100644 --- a/.github/workflows/rust-python.yml +++ b/.github/workflows/rust-python.yml @@ -23,6 +23,6 @@ jobs: - name: Install Python tokengrams run: | python -m pip install --upgrade pip - pip install tokengrams + pip install ./tokengrams - name: Run Python tests run: pytest --verbose \ No newline at end of file diff --git a/tokengrams/pyproject.toml b/tokengrams/pyproject.toml index 5d6a339..033667b 100644 --- a/tokengrams/pyproject.toml +++ b/tokengrams/pyproject.toml @@ -1,6 +1,7 @@ [project] name = "tokengrams" license = {text = "MIT License"} +version = "0.3.0" [project.optional-dependencies] dev = [