Skip to content

Commit

Permalink
fix: Updated python source path for release version to pypi and updat…
Browse files Browse the repository at this point in the history
…ed version for new release.
  • Loading branch information
KamenDimitrov97 committed Aug 21, 2024
1 parent 3f7e8d5 commit 4a4de10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "bonn"
version = "1.0.6"
version = "1.0.7"
description = "Created for ONS. Proof-of-concept mmap'd Rust word2vec implementation linked with category matching"
readme = "README.md"
license = { "file" = "LICENSE.md" }
Expand All @@ -29,5 +29,5 @@ classifiers = [
]

[tool.maturin]
python-source = ""
python-source = "python"
module-name = "bonn._bonn"

0 comments on commit 4a4de10

Please sign in to comment.