Skip to content

Commit e4ab497

Browse files
committed
update setting file
1 parent 80e079b commit e4ab497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ skip = 'scripts'
2222

2323
[tool.poetry]
2424
name = "dslinter"
25-
version = "1.1.1"
25+
version = "2.0.0"
2626
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."
2727

2828
license = "GPL-3.0 License"
@@ -36,7 +36,7 @@ authors = [
3636

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

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

4242
keywords = ["machine learning", "software engineering"]

0 commit comments

Comments
 (0)