diff --git a/README.md b/README.md index cd47230..f546cbd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -
~Please note this is only a very early beta release at this stage~
- # QuadricSLAM [![QUT Centre for Robotics Open Source](https://github.com/qcr/qcr.github.io/raw/master/misc/badge.svg)](https://qcr.github.io) diff --git a/pyproject.toml b/pyproject.toml index c56c75a..d59ff2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quadricslam" -version = "1.0.0" +version = "1.0.1" description = "QuadricSLAM: SLAM systems with quadric landmarks" readme = "./README.md" license = { file = "./LICENSE.txt" }