Skip to content

Commit

Permalink
chore: update version to 0.1.1 in pyproject.toml and _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushiyant committed Apr 28, 2024
1 parent b3cdc39 commit 366a5e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 120 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.1.0"
version = "0.1.1"
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 = "GNU GENERAL PUBLIC LICENSE"
Expand Down
118 changes: 0 additions & 118 deletions quasar/cli/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion quasarpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 366a5e9

Please sign in to comment.