diff --git a/pyproject.toml b/pyproject.toml index 41b819a..e3f28da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quasarpy" -version = "0.0.0" +version = "0.1.7" description = "Quasar is python package that can be used for smell detection along with detailed report in various formats such as html, pdf, etc." authors = ["Khushiyant "] license = "GPL-3.0-or-later" diff --git a/quasarpy/_version.py b/quasarpy/_version.py index 3aa0d7b..283b03a 100644 --- a/quasarpy/_version.py +++ b/quasarpy/_version.py @@ -1 +1 @@ -__version__ = "0.0.0" \ No newline at end of file +__version__ = "0.1.7" \ No newline at end of file