Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Jan 22, 2024
1 parent 2443b84 commit 35b7d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "lidar_visualizer"
description = "A LiDAR visualization tool for all your datasets"
version = "0.1.1"
version = "0.1.2"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["LiDAR", "Robotics", "Visualization"]
Expand All @@ -28,7 +28,7 @@ classifiers = [
]


requires-python = ">=3.7, <=3.11"
requires-python = ">=3.7"
dependencies = [
"natsort",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/lidar_visualizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 35b7d7a

Please sign in to comment.