This commit is contained in:
Dale Myers 2020-09-25 11:03:04 +01:00
Родитель 490abd095c
Коммит 10ae4c77fe
2 изменённых файлов: 2 добавлений и 1 удалений

1
.vscode/settings.json поставляемый
Просмотреть файл

@ -38,4 +38,5 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.languageServer": "Jedi",
}

Просмотреть файл

@ -1,6 +1,6 @@
[tool.poetry]
name = "simple_ado"
version = "0.36.0"
version = "1.0.0"
description = "A simple wrapper around the Azure DevOps REST API"
license = "MIT"