Skip to content

Commit

Permalink
pyproject: bump version to 0.2.0
Browse files Browse the repository at this point in the history
Now with more features!

 - Nested tag insertion support
   - Automatically reifies entire hierarchies
 - Tag listing support
   - Prints the nested tag structure
 - Data insertion support
   - From standard input or files
   - Efficient SQLite blob handling
   - Hashing support
     - Multithreaded multi-hashing
     - Added to database as tag values
 - General improvements to code, interfaces, queries
  • Loading branch information
matheusmoreira committed Oct 3, 2023
1 parent 406042a commit 6a888fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "taggr"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Matheus Afonso Martins Moreira", email="[email protected]" },
]
Expand Down

0 comments on commit 6a888fc

Please sign in to comment.