Skip to content

Commit

Permalink
chore: bump version to 0.1.7 in pyproject.toml and _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushiyant committed May 2, 2024
1 parent 88f5973 commit e69c057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <khushiyant2002@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion quasarpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.7"

0 comments on commit e69c057

Please sign in to comment.