Skip to content

Commit

Permalink
update setting file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hynn01 committed May 1, 2022
1 parent 80e079b commit e4ab497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ skip = 'scripts'

[tool.poetry]
name = "dslinter"
version = "1.1.1"
version = "2.0.0"
description = "`dslinter` is a pylint plugin for linting data science and machine learning code. We plan to support the following Python libraries: TensorFlow, PyTorch, Scikit-Learn, Pandas, NumPy and SciPy."

license = "GPL-3.0 License"
Expand All @@ -36,7 +36,7 @@ authors = [

readme = "README.md" # Markdown files are supported

repository = "https://github.com/Hynn01/dslinter"
repository = "https://github.com/SERG-Delft/dslinter"
homepage = "https://pypi.org/project/dslinter/"

keywords = ["machine learning", "software engineering"]
Expand Down

0 comments on commit e4ab497

Please sign in to comment.