Skip to content

Commit

Permalink
release indeksilo 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed Dec 21, 2023
1 parent 752f4a0 commit 28f10ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indeksilo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ["build_index", "read_build_write_index"]

__version__ = "0.2.0"
__version__ = "1.0.0"
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@

[tool.poetry]
name = "indeksilo"
version = "0.2.0"
version = "1.0.0"
description = "generate a multi-level alphabetical index from text in tabular data format"
authors = ["hugues de keyzer"]
license = "AGPL-3.0-or-later"
readme = "readme.md"
keywords = [
"alphabetical",
"index",
"indexer",
"pandas",
"spreadsheet",
"tabular",
"text",
]
classifiers = ["Topic :: Text Processing :: Indexing"]
include = ["LICENSES/*"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 28f10ec

Please sign in to comment.