alessandro trinca tornidor commited on
Commit
b83580a
·
1 Parent(s): 4f13199

[chore] bump to version 0.2.2, remove unused import

Browse files
lisa_on_cuda/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.1"
 
1
+ __version__ = "0.2.2"
lisa_on_cuda/utils/app_helpers.py CHANGED
@@ -2,7 +2,6 @@ import argparse
2
  import logging
3
  import os
4
  import re
5
- from pathlib import Path
6
  from typing import Callable
7
  import cv2
8
  import gradio as gr
 
2
  import logging
3
  import os
4
  import re
 
5
  from typing import Callable
6
  import cv2
7
  import gradio as gr
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "lisa-on-cuda"
3
- version = "0.2.1"
4
  description = ""
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "Apache 2.0"
 
1
  [tool.poetry]
2
  name = "lisa-on-cuda"
3
+ version = "0.2.2"
4
  description = ""
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "Apache 2.0"