Adopt pyproject.toml (#89)

* ditching setup.py in favour of pyproject.toml; bump to 0.3.2

* bump to 0.3.3
This commit is contained in:
ian_Cin
2023-11-29 14:58:35 +07:00
committed by GitHub
parent 8e0779a22d
commit 4256030b4f
4 changed files with 75 additions and 79 deletions

View File

@@ -21,5 +21,3 @@ try:
haystack.telemetry.telemetry = None
except ImportError:
pass
__version__ = "0.3.2"