Skip to content

Commit

Permalink
chore: update image and license links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushiyant committed Apr 28, 2024
1 parent 8b6ab67 commit 164bc8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/Khushiyant/quasarpy/tree/main/assets/logo_complete_svg.svg" width="300" height="300" />
<img src="assets/logo_complete_svg.svg" width="300" height="300" />

## Overview
![GitHub](https://img.shields.io/github/license/Khushiyant/quasar?&style=for-the-badge)
Expand All @@ -10,4 +10,4 @@ Quasar is python package that can be used for smell detection along with detaile

## License

This project is licensed under the GPL License - see the [LICENSE](https://github.com/Khushiyant/quasarpy/blob/main/LICENSE) file for details
This project is licensed under the GPL License - see the [LICENSE](LICENSE) file for details
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tool.poetry]
name = "quasarpy"
version = "0.1.2"
version = "0.1.3"
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"
license = "GPL-3.0-or-later"
readme = "README.md"
include = ["assets", 'LICENSE']

[tool.poetry.scripts]
quasar = "quasarpy.cli:main"
quasar = "quasarpy:main"

[tool.poetry.dependencies]
python = "^3.10"
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.1.2'
__version__ = '0.1.3'

0 comments on commit 164bc8d

Please sign in to comment.