diff --git a/cli/requirements.txt b/cli/requirements.txt index 095f6e22d8..3b312af8e4 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,2 +1,2 @@ click==8.1.6 -desbordante==1.1.0 +desbordante==2.0.0 diff --git a/pyproject.toml b/pyproject.toml index 08e83a8f23..121074b112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "desbordante" -version = "1.1.0" +version = "2.0.0" description = "Science-intensive high-performance data profiler" requires-python = ">=3.7" readme = "README_PYPI.md"