diff --git a/VERSION b/VERSION index 5c4511c..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.7 \ No newline at end of file +0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 4588a74..84f8608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "banded_matrices" -version = "0.0.7" +version = "0.1.0" description = "Native (C++) implementation of Banded Matrices for TensorFlow" readme = "README.md" repository = "https://github.com/secondmind-labs/banded_matrices"